diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-06 18:44:00 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-06 18:44:00 +0200 |
commit | 7407f2facd0343a7d7ed2a6b90d4f6e6333727d0 (patch) | |
tree | ae6f0f766e0ca55f35d6e919ea32a501e2fc9588 | |
parent | 8facdd1ef3b58f5ee2b1b709aa143f6a49dbfdab (diff) |
Override rofi's config.rasi in addition to its config
The non .rasi config is probably a debian outdated thing
-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" |