mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 06:59:28 +02:00
[presets] kde: enable sddm theme
This commit is contained in:
parent
b3629c3120
commit
5259bb6105
@ -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
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user