diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-02-02 15:01:12 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-02-02 15:01:12 +0100 |
commit | ce74b1abd41b01370f9637be590ad8806b435a36 (patch) | |
tree | feb240f59037b423232b140294af43ea59565d23 /install.sh | |
parent | f4556304d6b70a5bee8848af1cb3cba9b618f081 (diff) |
add unsafe bar
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 |