From 165b16abdfbd46a6c242e74230613cd0f88dc311 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 8 Sep 2020 21:42:31 +0200 Subject: move rofi conf from .Xressources to .config/rofi --- .Xresources | 7 ------- install.sh | 1 + rofi/config.rasi | 6 ++++++ 3 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 rofi/config.rasi diff --git a/.Xresources b/.Xresources index d7367f1..ea0f8fa 100644 --- a/.Xresources +++ b/.Xresources @@ -14,10 +14,3 @@ URxvt.url-launcher: /usr/bin/xdg-open URxvt.matcher.button: 1 Xft.dpi: 96 - -! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg' -rofi.color-normal: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF -rofi.color-urgent: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF -rofi.color-active: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF -! 'background', 'border', 'separator' -rofi.color-window: #000000AA, #00000000, #aaaaaa diff --git a/install.sh b/install.sh index 7fc0ad3..0a250d0 100755 --- a/install.sh +++ b/install.sh @@ -15,6 +15,7 @@ CONFIGS=( ["sway"]=".config" ["bspwm"]=".config" ["sxhkd"]=".config" ["deadd"]=".config" + ["rofi"]=".config" [".vim"]="." [".xinitrc"]="." [".bashrc"]="." diff --git a/rofi/config.rasi b/rofi/config.rasi new file mode 100644 index 0000000..c96007b --- /dev/null +++ b/rofi/config.rasi @@ -0,0 +1,6 @@ +configuration { + modi: "window,drun,ssh"; + theme: "sidebar"; + combi-modi: "window,drun,ssh"; + show-icons: true; +} -- cgit v1.2.3