diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-04-20 07:10:54 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-04-20 07:10:54 +0900 |
| commit | 3677884067562f86f610381645121a762413bf31 (patch) | |
| tree | d5dd532756e342a714bc0a5bcc0ba3a2a733754a /config/hypr/UserScripts/WallpaperSelect.sh | |
| parent | b785e357c31039e06bc62c30c0e45e3125313f6a (diff) | |
replace swww init with swww-daemon --format xrgb
Diffstat (limited to 'config/hypr/UserScripts/WallpaperSelect.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperSelect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index b833ec8c..8aa9bdd8 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -40,7 +40,7 @@ menu() { printf "$RANDOM_PIC_NAME\n" } -swww query || swww init +swww query || swww-daemon --format xrgb main() { choice=$(menu | ${rofi_command}) |
