Skip to content

Commit edf7e57

Browse files
committed
feat: add xfconf-profile sync service
1 parent b67f814 commit edf7e57

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"X-Metadata": {
3+
"version": 1,
4+
"name": "winblues-blue95"
5+
},
6+
"xsettings": {
7+
"/Net/ThemeName": "Chicago95",
8+
"/Net/IconThemeName": "Chicago95"
9+
},
10+
"xfwm4": {
11+
"/general/theme": "Chicago95"
12+
}
13+
}

0 commit comments

Comments
 (0)