- Center dmenu
- Floating in the top of screen
- Search Highlight
- Lineheight
- More Colors
- Cleaner design (Removed '<' and '>')
- Clone this repo with
git clone https://github.com/MiguelRAvila/CleanDmenu.git - Run
cd CleanDmenu - Run
sudo make install - Now you can run it with
cldmenu_run(you can use-l 15flag for the list style with 15 elements) - ENJOY! ๐
In other to not interfer with the dmenu utility, the program will run with
cldmenuin stead ofdmenu.
You can modify colors here (line 10), I wrote some comments for an easy change. Note: By default It has the Miramare color scheme.
In line 3: static int min_width = 400; You change the numeric value for a different width
In line 6: "Proxima Nova:size=11" You can change the font and size.

