From 6b29128b3b3bfbcaab5df1f5cae3df099160591a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20DUBARD?= <loic.dubard@ensiie.fr> Date: Sat, 9 Feb 2019 17:41:53 +0100 Subject: [PATCH] theme rofi arthur --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index fbd251e..08a2c9f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -42,7 +42,7 @@ set $inactive-text-color #676E7D set $urgent-bg-color #E53935 # start dmenu (a program launcher) #bindsym $mod+d exec dmenu_run -bindsym $mod+d exec rofi -show run -opacity "80" +bindsym $mod+d exec rofi -show run -opacity "80" -theme arthur # 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. -- GitLab