updated default sddm wallpaper

This commit is contained in:
JaKooLit
2025-02-04 01:11:43 +09:00
parent e1d258503a
commit 5d5af21bea
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

BIN
assets/sddm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 MiB

View File

@@ -90,7 +90,7 @@ while [ "$valid_input" != true ]; do
echo -e "[Theme]\nCurrent=sequoia_2" | sudo tee "$sddm_conf_dir/theme.conf.user" &>> "$LOG" echo -e "[Theme]\nCurrent=sequoia_2" | sudo tee "$sddm_conf_dir/theme.conf.user" &>> "$LOG"
# replace current background from assets # replace current background from assets
sudo cp -r assets/mountain.png /usr/share/sddm/themes/sequoia_2/backgrounds/default sudo cp -r assets/sddm.png /usr/share/sddm/themes/sequoia_2/backgrounds/default
sudo sed -i 's|^wallpaper=".*"|wallpaper="backgrounds/default"|' /usr/share/sddm/themes/sequoia_2/theme.conf sudo sed -i 's|^wallpaper=".*"|wallpaper="backgrounds/default"|' /usr/share/sddm/themes/sequoia_2/theme.conf
else else