All Projects → migueravila → CleanDmenu

migueravila / CleanDmenu

Licence: MIT license
🚀 Floating and enhanced dmenu build

Programming Languages

c
50402 projects - #5 most used programming language
Roff
2310 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to CleanDmenu

patches
Collection of patches for dwm, st and dmenu
Stars: ✭ 202 (+708%)
Mutual labels:  dmenu, suckless
kpmenu
Dmenu/rofi interface for KeePass
Stars: ✭ 21 (-16%)
Mutual labels:  dmenu
rofi-power-menu
Configurable power menu mode for Rofi and dmenu
Stars: ✭ 207 (+728%)
Mutual labels:  dmenu
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (+108%)
Mutual labels:  dmenu
udiskie-dmenu
Manage removable devices in couple of keystrokes!
Stars: ✭ 30 (+20%)
Mutual labels:  dmenu
wlines
Dynamic menu (like dmenu) for Windows
Stars: ✭ 23 (-8%)
Mutual labels:  dmenu
tinfoil
A minimalist tool to manage multiple profiles for web browsers
Stars: ✭ 20 (-20%)
Mutual labels:  dmenu
webextension-dmenu
Tab search, selection and beyond with a dmenu filter program
Stars: ✭ 17 (-32%)
Mutual labels:  dmenu
sent
a simple plaintext presentation tool
Stars: ✭ 22 (-12%)
Mutual labels:  suckless
dotfiles
rice repo
Stars: ✭ 71 (+184%)
Mutual labels:  dmenu
dmenu-suite
Various shell scripts that interface with dmenu (or fzf).
Stars: ✭ 52 (+108%)
Mutual labels:  dmenu
rofi
Rofi: A window switcher, application launcher and dmenu replacement
Stars: ✭ 9,231 (+36824%)
Mutual labels:  dmenu
Factor Launcher Reboot
A modern Android launcher inspired by Windows Phone 7
Stars: ✭ 50 (+100%)
Mutual labels:  launcher-application
dmenu-hotkeys
View for your hotkeys in rofi/dmenu style
Stars: ✭ 51 (+104%)
Mutual labels:  dmenu
dwm-vanitygaps
My dwm vanitygaps build (incl. individual patches)
Stars: ✭ 26 (+4%)
Mutual labels:  suckless
menu-calc
A calculator for Rofi/dmenu(2)
Stars: ✭ 45 (+80%)
Mutual labels:  dmenu
Ytfzf
A posix script to find and watch youtube videos from the terminal. (Without API)
Stars: ✭ 2,212 (+8748%)
Mutual labels:  dmenu
Dotfiles
🍙 Personal dotfiles repository.
Stars: ✭ 148 (+492%)
Mutual labels:  dmenu
jj
An evolution of the suckless ii(1) file-based IRC client
Stars: ✭ 80 (+220%)
Mutual labels:  suckless
ssu
Extremely simple su utility
Stars: ✭ 56 (+124%)
Mutual labels:  suckless

CleanDmenu

🚀 Floating and enhanced dmenu build

Patches

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

Installation

This script will replace your actual dmenu build. Make all the backups you need

  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 dmenu_run
  5. ENJOY! 🚀

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.

static const char *colors[SchemeLast][2] = {
	/*     fg         bg       */
	[SchemeNorm] = { "#cccccc", "#1C1B1D" },
	[SchemeSel] = { "#0F0F0F", "#98C379" }, 
	[SchemeSelHighlight] = { "#0F0F0F", "#98C379" },
	[SchemeNormHighlight] = { "#cccccc", "#1C1B1D" },
	[SchemeOut] = { "#000000", "#98C379" },
	[SchemeMid] = { "#d7d7d7", "#1f2026" },
};
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. (You'll need to have the font in order to use the build. You can find it here: Font)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].