We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67f814 commit edf7e57Copy full SHA for edf7e57
files/system/usr/lib/systemd/user/xfconf-profile.service
@@ -0,0 +1,11 @@
1
+[Unit]
2
+Description=Synchronize Xfce settings from /usr/share/xfconf-profile
3
+After=default.target
4
+
5
+[Service]
6
+Type=simple
7
+ExecStart=/usr/bin/xfconf-profile sync
8
+Restart=always
9
10
+[Install]
11
+WantedBy=default.target
files/system/usr/share/xfconf-profile/default.json
@@ -0,0 +1,13 @@
+{
+ "X-Metadata": {
+ "version": 1,
+ "name": "winblues-blue95"
+ },
+ "xsettings": {
+ "/Net/ThemeName": "Chicago95",
+ "/Net/IconThemeName": "Chicago95"
+ "xfwm4": {
+ "/general/theme": "Chicago95"
12
+ }
13
+}
0 commit comments