diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -137,7 +137,8 @@ mkdir -p ~/.config/rofi ln -sf ${PWD}/rofi_config ~/.config/rofi/config ln -sf ${PWD}/rofi_config.rasi ~/.config/rofi/config.rasi -ln -sf ${PWD}/polybar ~/.config/polybar +# not the actual config location, it will be symlinked by the mode switch +ln -sf ${PWD}/polybar ~/.config/polybar.d mkdir -p ~/.config ln -sf ${PWD}/picom.conf ~/.config/picom.conf |