added colors to dmenu

This commit is contained in:
2023-10-26 16:43:45 +02:00
parent fb41333e34
commit a561bb4e23

View File

@@ -57,8 +57,6 @@ bindsym $mod+Print exec maim -s | xclip -selection clipboard -t image/png
# kill focused window
bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
@@ -199,6 +197,9 @@ set $aqua #689d68
set $gray #a89984
set $darkgray #1d2021
# start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run -nb '#222222' -sf '#eeeeee' -sb '#689d68' -nf '#a89984'
#start of bar section
bar {
status_command i3status