summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/shell/quickshell/Services
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-09-02 20:56:37 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-09-02 20:56:37 +0200
commitcc84ab2289381038f483f06963374aa0247f6724 (patch)
treef60dda5bf4efb447a47a5065081ccd9169ccef48 /accounts/gkleen@sif/shell/quickshell/Services
parentaff71d6f9f3cc5c9217ee0cb4fa6c66f978e2b36 (diff)
downloadnixos-cc84ab2289381038f483f06963374aa0247f6724.tar
nixos-cc84ab2289381038f483f06963374aa0247f6724.tar.gz
nixos-cc84ab2289381038f483f06963374aa0247f6724.tar.bz2
nixos-cc84ab2289381038f483f06963374aa0247f6724.tar.xz
nixos-cc84ab2289381038f483f06963374aa0247f6724.zip
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Services')
-rw-r--r--accounts/gkleen@sif/shell/quickshell/Services/WallpaperSelector.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell/Services/WallpaperSelector.qml b/accounts/gkleen@sif/shell/quickshell/Services/WallpaperSelector.qml
new file mode 100644
index 00000000..3c524955
--- /dev/null
+++ b/accounts/gkleen@sif/shell/quickshell/Services/WallpaperSelector.qml
@@ -0,0 +1,8 @@
1import Custom as Custom
2
3Custom.FileSelector {
4 id: root
5
6 directory: @wallpapers@
7 epoch: 72000000
8}