From 849e4d3226213322985e8a1817c1eec315716785 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 18 Oct 2018 22:54:12 +0200 Subject: [PATCH] Move rofi config to separate file --- .config/i3/config | 2 +- .config/rofi/config | 14 ++++++++++++++ .config/xorg/Xresources | 12 ------------ 3 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 .config/rofi/config diff --git a/.config/i3/config b/.config/i3/config index c17b26f..952e058 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -84,7 +84,7 @@ bindsym $mod+Shift+space floating toggle #--- Letter key bindings ---# # Start rofi (program launcher) -bindsym $mod+d exec rofi -show run -lines 8 -separator-style "solid" -hide-scrollbar -font "DejaVu Sans Mono 12" +bindsym $mod+d exec rofi -show run # Split bindsym $mod+h split h # horizontal orientation diff --git a/.config/rofi/config b/.config/rofi/config new file mode 100644 index 0000000..a09565d --- /dev/null +++ b/.config/rofi/config @@ -0,0 +1,14 @@ +rofi.color-enabled: true +! bg border separator +rofi.color-window: #404552, #2e3137, #2e3137 +! bg fg bgalt hlbg hlfg +rofi.color-normal: #404552, #d3dae3, #3f4350, #5294e2, #d3dae3 +!rofi.color-active: # +!rofi.color-urgent: # + +rofi.font: DejaVu Sans Mono 12 +rofi.lines: 8 +rofi.width: 30 +rofi.bw: 4 +rofi.separator-style: solid +rofi.hide-scrollbar: true diff --git a/.config/xorg/Xresources b/.config/xorg/Xresources index 0f35411..5ac0a6e 100644 --- a/.config/xorg/Xresources +++ b/.config/xorg/Xresources @@ -72,15 +72,3 @@ URxvt.keysym.Shift-Down: command:\033]721;1\007 ! Disable Ctrl+Shift feature URxvt.iso14755: false URxvt.iso14755_52: false - -! Rofi -! bg fg bgalt hlbg hlfg -!rofi.color-normal: #FFFFFF, #58637B, #F5F5F5, #5294E2, #F3F4F5 -!rofi.color-active: # -!rofi.color-urgent: # - -! bg border seperator -!rofi.color-window: #FFFFFF, #434A59, #434A59 - -rofi.color-normal: #404552, #D3DAE3, #3F4350, #5294E2, #D3DAE3 -rofi.color-window: #404552, #2B2E39, #2B2E39