📜 ⬆️ ⬇️

qtpanel - another desktop panel for Linux

To begin with, some facts from the world of desktop Linux:
Various standalone panels and docks are either too docks (awn), or they are depressing and sad with their appearance. How to be to those who want a sane classic desktop in the spirit of Windows XP, and who at the same time looks beautiful?
Unable to withstand the imperfections of the world, I closed my eyes and wrote my panel. You can consume with anything, the Ministry of Health recommends Openbox.

So, the screenshot:


And screencast:


Thread on the arch forum: bbs.archlinux.org/viewtopic.php?id=117528
')
The project is already about six months, the flight is stable.

A repository with code here: gitorious.org/qtpanel/qtpanel
How to collect? Yes, even like this:
  git clone git: //gitorious.org/qtpanel/qtpanel.git
 cd qtpanel
 cmake.
 make 
This is provided that all dependencies are there. Looking for gcc, cmake, git, qt, and any X11. Each distribution package is called differently, so see for yourself.
Do you use arch? Then put the package from AUR: qtpanel-git. Do not use arch? A very vain.

Do you know C ++? Welcome to the code. There is still a lot to do, I’m not enough for everything.

Update: Haters gonna hate. If you write everything in a neutral tone, so that God forbid not offend anyone, it will be like in Wikipedia, i.e. is boring. I write as is, from the heart.

Distinctive features of qtpanel, especially for those who did not see:
I’ll also add some statistics (the number of lines of code, cloc measured, no comments and empty lines):

Source: https://habr.com/ru/post/134376/


All Articles