diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-10-31 19:22:24 -0400 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-10-31 19:22:24 -0400 |
| commit | 4687cfc8c6786ebaae169e19219f1cf9f3be982d (patch) | |
| tree | bf490fdb2878c7cebc0adddf93f422d2ae3e6866 | |
| parent | f26ef7141a88801b62702df5f2c78b4915111e29 (diff) | |
SWWW v0.11.2 uses swww-daemon --format argb now
Changed the flag for updated SWWW
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: config/hypr/UserConfigs/Startup_Apps.conf
| -rw-r--r-- | config/hypr/UserConfigs/Startup_Apps.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index 2f5c7ae7..4f4fbd22 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -10,7 +10,8 @@ $SwwwRandom = $UserScripts/WallpaperAutoChange.sh $livewallpaper="" # wallpaper stuff -exec-once = swww-daemon --format xrgb +exec-once = swww-daemon --format argb # New flag for v0.11.2 +#exec-once = swww-daemon --format xrgb # old 0.9.5 option #exec-once = mpvpaper '*' -o "load-scripts=no no-audio --loop" $livewallpaper # wallpaper random |
