Skip to content

Commit cb2cb69

Browse files
committed
feat: add different wallpapers per workspace
1 parent 40c3452 commit cb2cb69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

files/system/usr/share/winblues/chezmoi/.chezmoiscripts/run_after_03-wallpapers.sh

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ set -exuo pipefail
55

66
# TODO: check user's config to see if they don't want us to manage wallpapers
77

8+
# Allow setting a different wallpaper per workspace
9+
xfconf-query --create -c 'xfce4-desktop' -p '/backdrop/single-workspace-mode' --type 'bool' --set 'false'
10+
811
# Workspace 0 is solid teal
912
xfconf-query --channel xfce4-desktop --list |
1013
grep workspace0/color-style |

0 commit comments

Comments
 (0)