diff --git a/.config/polybar/launch b/.config/polybar/launch old mode 100644 new mode 100755 diff --git a/.restore-permissions b/.restore-permissions index 4f2f119..f59829b 100755 --- a/.restore-permissions +++ b/.restore-permissions @@ -57,10 +57,11 @@ if [ $? -eq 0 ]; then fi echo '< Done executing "./.config/nvim/.restore-permissions"' -echo 'Adapting permissions of "./.config/polybar/config"' -chown -R $(whoami) ./.config/polybar/config +echo 'Adapting permissions of "./.config/polybar"' +chown -R $(whoami) ./.config/polybar find ./.config/polybar -type d -exec chmod 755 {} \; find ./.config/polybar -type f -exec chmod 644 {} \; +chmod 755 ./.config/polybar/launch echo 'Adapting permissions of "./.config/sxhkd/sxhkdrc"' chown -R $(whoami) ./.config/sxhkd/sxhkdrc