diff options
-rwxr-xr-x | install.sh | 1 | ||||
-rw-r--r-- | rofi_config.rasi | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,7 @@ ln -sf ${PWD}/sxhkdrc ~/.config/sxhkd/sxhkdrc mkdir -p ~/.config/rofi ln -sf ${PWD}/rofi_config ~/.config/rofi/config +ln -sf ${PWD}/rofi_config.rasi ~/.config/rofi/config.rasi mkdir -p ~/.config/polybar ln -sf ${PWD}/polybar ~/.config/polybar diff --git a/rofi_config.rasi b/rofi_config.rasi new file mode 100644 index 0000000..b0726cd --- /dev/null +++ b/rofi_config.rasi @@ -0,0 +1 @@ +@theme "/usr/share/rofi/themes/lb.rasi" |