diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-09-02 20:56:37 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-09-02 20:56:37 +0200 |
commit | cc84ab2289381038f483f06963374aa0247f6724 (patch) | |
tree | f60dda5bf4efb447a47a5065081ccd9169ccef48 /accounts/gkleen@sif/shell/quickshell/Services | |
parent | aff71d6f9f3cc5c9217ee0cb4fa6c66f978e2b36 (diff) | |
download | nixos-cc84ab2289381038f483f06963374aa0247f6724.tar nixos-cc84ab2289381038f483f06963374aa0247f6724.tar.gz nixos-cc84ab2289381038f483f06963374aa0247f6724.tar.bz2 nixos-cc84ab2289381038f483f06963374aa0247f6724.tar.xz nixos-cc84ab2289381038f483f06963374aa0247f6724.zip |
...quickshell
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell/Services')
-rw-r--r-- | accounts/gkleen@sif/shell/quickshell/Services/WallpaperSelector.qml | 8 |
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 @@ | |||
1 | import Custom as Custom | ||
2 | |||
3 | Custom.FileSelector { | ||
4 | id: root | ||
5 | |||
6 | directory: @wallpapers@ | ||
7 | epoch: 72000000 | ||
8 | } | ||