From a561bb4e23b0489dbb4e40f097dd2274f47f5f86 Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Thu, 26 Oct 2023 16:43:45 +0200 Subject: [PATCH] added colors to dmenu --- i3/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index d856bfc..d740e88 100755 --- a/i3/config +++ b/i3/config @@ -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