diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 14:46:23 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 14:46:23 +0530 | 
| commit | 9043fd0db9b821d37ca0710c773381fceed4688e (patch) | |
| tree | d73580111c64b31698eee74a1ac152bc955dd24d | |
| parent | cf98adab8146cde17bf724dca562f06e2500e7e5 (diff) | |
update
| -rw-r--r-- | config.def.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 5cb6092..e954b08 100644 --- a/config.def.h +++ b/config.def.h @@ -134,7 +134,7 @@ static const char *upbrightness[] = { "brightnessctl", "set", "+5%", NULL };  static const char *downbrightness[] = { "brightnessctl", "set", "5%-", NULL };  static const char *termcmd[] = { "alacritty", NULL }; -static const char *menucmd[] = { "bemenu-run", NULL }; +static const char *menucmd[] = { "bemenu-run", "-i", "-p", "λ", "-b", "--hp", "8", "--fn", "'UbuntuMono Nerd Font Mono'", "--tb", "'#272727'", "--tf", "'#f2f0fa'", "--fb", "'#272727'", "--ff", "'f2f0fa'", "--cb", "'#272727'", "--cf", "'#f2f0fa'", "--nb", "'#272727'", "--nf", "'#f2f0fa'", "--hb", "'#f2f0fa'", "--hf", "'#272727'", "--fbb", "'#272727'", "--fbf", "'#f2f0fa'", "--sb", "'#f2f0fa'", "--sf", "'#272727'", "--ab", "'#272727'", "--af", "'#f2f0fa'", "--scb", "'#272727'", "--scf", "'#272727'", NULL };  static const char *lockcmd[] = { "swaylock", NULL };  static const Key keys[] = {  | 
