diff --git a/setup/modules/Desktop-Enviroments/sway.sh b/setup/modules/Desktop-Enviroments/sway.sh index e5975c0..ae08f76 100644 --- a/setup/modules/Desktop-Enviroments/sway.sh +++ b/setup/modules/Desktop-Enviroments/sway.sh @@ -62,6 +62,8 @@ sudo systemctl enable greetd.service # Dotfiles echo "Linking dotfiles..." cp ~/Dotfiles/colors.conf ~/.config/colors.conf +cp ~/Dotfiles/apply-theme.sh ~/apply-theme.sh +chmod +x ~/apply-theme.sh rm -f ~/.bashrc ~/.zshrc ln -sf ~/Dotfiles/.bashrc ~/.bashrc ln -sf ~/Dotfiles/.zshrc ~/.zshrc