Add sddm and sddm-sugar-dark theme
This commit is contained in:
parent
e30643d4bb
commit
7be6a07e10
@ -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
11
sddm/readme.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user