
HDE Panel
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/developing4all/hdepanel
# HDE Panel
Qt5 based panel based on QtPanel
# Features
Very light
Beautiful look.
Multiple panels
Multple screen support
Xdg compatible
Per panel configuration dialog
Support for plugins
# Plugins
Applications menu.
Taskbar with drag-and-drop rearrange.
Notification area (tray).
Clock applet.
# LICENSE
GPL 2.0
# Build
qmake
make
# Run
export LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH
./hdepanel
# I use the following script to get a nice desktop
#!/bin/sh
export QT_QPA_PLATFORMTHEME=lxqt
# Start the composite manager
exec xcompmgr -CcfF -I20 -O10 -D1 -t-5 -l-5 -r4.2 -o.82&
# Start openbox
exec openbox &
# Start desktop
exec pcmanfm --desktop&
# Start the HDE session
exec hdepanel
1.0.5 4 years ago
* Added general menu to dockapplet.
* Added global shortcut to keyboard layout
* Added Calendar widget to ClockApplet
1.0.5 4 years ago
* Added general menu to dockapplet.
* Added global shortcut to keyboard layout
* Added Calendar widget to ClockApplet
v1.0.4 4 years ago
- Enable dragging from startapplet into desktop.
- Searching startapplet highlights "all" menu group.
- Added shorcuts to change keyboard layout (Super+Space) and (Ctrl+Super+Space)
Please login or register to add a comment or rating