Forgot to theme dmenu

Signed-off-by: logan2611 <logan2611@gmail.com>
This commit is contained in:
Logan G 2020-05-27 03:14:58 -06:00
parent b6e320fd3b
commit febeaae6c4

View file

@ -48,7 +48,7 @@ bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
#bindsym $mod+d exec dmenu_run
bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --dmenu="dmenu -i -nb '#0d0d0d' -sf '#1a1a1a' -sb '#3498db' -nf '#3498db'" --term="i3-sensible-terminal"
bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --dmenu="dmenu -i -nb '#1b2224' -nf '#cccccc' -sf '#161c1d' -sb '#3498db'" --term="i3-sensible-terminal"
# 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