This commit is contained in:
Stephan Raabe
2024-02-19 21:32:23 +01:00
parent cc5a6e7d4c
commit bc72d070fa
8 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
cache_file="$HOME/.cache/current_wallpaper"
sleep 1
clear
figlet "Set SDDM Wallpaper"
figlet "Set Wallpaper"
echo
echo "Set the current wallpaper as SDDM wallpaper."
echo
@@ -20,7 +20,7 @@ if [ ! -d /etc/sddm.conf.d/ ]; then
echo "Folder /etc/sddm.conf.d created."
fi
sudo cp sddm.conf /etc/sddm.conf.d/
sudo cp $HOME/dotfiles/sddm/sddm.conf /etc/sddm.conf.d/
echo "File /etc/sddm.conf.d/sddm.conf updated."
current_wallpaper=$(cat "$cache_file")