mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-12-06 19:29:21 +01:00
[presets] kde: enable sddm theme
This commit is contained in:
@@ -3,4 +3,9 @@ script = """
|
|||||||
set -exu
|
set -exu
|
||||||
|
|
||||||
systemctl enable sddm
|
systemctl enable sddm
|
||||||
|
|
||||||
|
# Set theme
|
||||||
|
mkdir -p /etc/sddm.conf.d
|
||||||
|
echo "[Theme]" > /etc/sddm.conf.d/00_theme_settings.conf
|
||||||
|
echo "Current=breeze" >> /etc/sddm.conf.d/00_theme_settings.conf
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user