Skip to content

๐Ÿš€ Floating and enhanced dmenu build

License

Notifications You must be signed in to change notification settings

FDT2k/CleanDmenu

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

34 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ Floating and enhanced dmenu build

Patches

  • Center dmenu
  • Floating in the top of screen
  • Search Highlight
  • Lineheight
  • More Colors
  • Cleaner design (Removed '<' and '>')

Installation

  1. Clone this repo with git clone https://github.com/MiguelRAvila/CleanDmenu.git
  2. Run cd CleanDmenu
  3. Run sudo make install
  4. Now you can run it with cldmenu_run (you can use -l 15 flag for the list style with 15 elements)
  5. ENJOY! ๐Ÿš€

In other to not interfer with the dmenu utility, the program will run with cldmenu in stead of dmenu.

Customization

๐ŸŒŸ You can customize the width, font and colors in the config.h file.

Colors:

You can modify colors here (line 10), I wrote some comments for an easy change. Note: By default It has the Miramare color scheme.

Width:

In line 3: static int min_width = 400; You change the numeric value for a different width

Font:

In line 6: "Proxima Nova:size=11" You can change the font and size.

About

๐Ÿš€ Floating and enhanced dmenu build

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.3%
  • Roff 10.3%
  • Objective-C 5.6%
  • Makefile 5.4%
  • Other 1.4%