Application launcher made in c++ and fltk with colors matching adwaita dark theme
icon search path by default is /usr/share/icons/hicolor/48x48/apps/
configuration file is $HOME/.config/dlauncher/config
buttons with hover effect
Install dlauncher with:
apt install libfltk1.3-dev -y
make; ./dlauncher
For using in labwc add following to .config/labwc/rc.xml
<windowRules>
<windowRule title="*dlauncher*">
<action name="MoveToEdge" direction="down" snapWindows="no" />
<action name="MoveToEdge" direction="left" snapWindows="no" />
</windowRule>
</windowRules>