Skip to content

simargl/dlauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dlauncher

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

Screenshot

Installation

Install dlauncher with:

  apt install libfltk1.3-dev -y
  make; ./dlauncher

Note

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>

About

Application launcher in fltk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published