From aa58e3cafd7f3731d25e34c739c1421a69f21d51 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 22 Mar 2020 19:41:19 -0300 Subject: Changed rofi configuration and files location --- .config/i3/config | 2 +- .config/rofi/config | 9 +++------ .config/rofi/theme/rogs.rasi | 6 ++++++ 3 files changed, 10 insertions(+), 7 deletions(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index 30ca2778..3c1b055e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -76,7 +76,7 @@ bindsym $mod+Return exec $terminal bindsym $mod+Shift+q kill # start rofi (a program launcher) -bindsym $mod+d exec --no-startup-id "rofi -combi-modi window,drun,ssh,comby -theme ~/.config/rofi/theme/rogs.rasi -font \\"hack 22\\" -show combi" +bindsym $mod+d exec --no-startup-id "rofi -combi-modi window,drun -show combi" # change focus bindsym $mod+h focus left diff --git a/.config/rofi/config b/.config/rofi/config index 7f449a24..4a4c3e08 100644 --- a/.config/rofi/config +++ b/.config/rofi/config @@ -4,9 +4,6 @@ # |_| \___/ \__, |___/ https://git.rogs.me # |___/ # -configuration { - modi: "window,drun,ssh,combi"; - theme: gruvbox-dark-hard; - font: "hack 22"; - combi-modi: "window,drun,ssh"; -} +rofi.modi: window,drun,combi +rofi.theme: ~/.config/rofi/theme/rogs.rasi +rofi.font : hack 22 diff --git a/.config/rofi/theme/rogs.rasi b/.config/rofi/theme/rogs.rasi index a06c3d77..17430a40 100644 --- a/.config/rofi/theme/rogs.rasi +++ b/.config/rofi/theme/rogs.rasi @@ -1,4 +1,10 @@ /** + * + * | '__/ _ \ / _` / __| Roger González + * | | | (_) | (_| \__ \ https://rogs.me + * |_| \___/ \__, |___/ https://git.rogs.me + * |___/ + * * ROFI Color theme * User: rogs * Copyright: Roger Gonzalez -- cgit v1.2.3