Add sddm and sddm-sugar-dark theme

This commit is contained in:
Stephan Raabe 2023-10-10 16:55:21 +02:00
parent e30643d4bb
commit 7be6a07e10
2 changed files with 20 additions and 0 deletions

View File

@ -117,6 +117,7 @@ packagesYay=(
"bibata-cursor-theme"
"trizen"
"kora-icon-theme"
"sddm-sugar-dark"
);
# ------------------------------------------------------
@ -201,6 +202,14 @@ echo "-> Init pywal"
wal -i ~/dotfiles/wallpapers/default.jpg
echo "pywal initiated."
# ------------------------------------------------------
# Copy default wallpaper to .cache
# ------------------------------------------------------
echo ""
echo "-> Copy default wallpaper to .cache"
cp ~/dotfiles/wallpapers/default.jpg ~/.cache/current_wallpaper.jpg
echo "default wallpaper copied."
# ------------------------------------------------------
# Enable SDDM Service
# ------------------------------------------------------

11
sddm/readme.txt Normal file
View File

@ -0,0 +1,11 @@
# CURRENTLY WORK IN PROGRESS TO CREATE A SDDM THEME
# Install sugar dark as a base
yay -S sddm-sugar-dark
# In the [Theme] section simply add the themes name: Current=sugar-dark
# Copy from /usr/lib/sddm/sddm.conf.d/default.conf
/etc/sddm.conf.d/sddm.conf
# Test the theme
sddm-greeter --test-mode --theme /usr/share/sddm/themes/sugar-dark