From 37f34c4bb2d022f7e690036b8b1c0cda6f108556 Mon Sep 17 00:00:00 2001 From: DustVoice Date: Wed, 27 May 2020 14:27:49 +0200 Subject: [PATCH] Make permission changes for polybar --- .config/polybar/launch | 0 .restore-permissions | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 .config/polybar/launch 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