diff options
| author | silly <u65487754@gmail.com> | 2026-03-09 16:23:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-09 16:23:29 +0100 |
| commit | c114023f94a243b3e2795b85aae3e8d59dce5959 (patch) | |
| tree | 01a777c69951b97b6b242d45630dbbec8422e7c9 /.config | |
| parent | c5dd1ef1f8dcb1a59da38df196937e8e408dec51 (diff) | |
Update wallpaper.sh
Diffstat (limited to '.config')
| -rw-r--r-- | .config/scripts/wallpaper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/scripts/wallpaper.sh b/.config/scripts/wallpaper.sh index 76706fb..cca9003 100644 --- a/.config/scripts/wallpaper.sh +++ b/.config/scripts/wallpaper.sh @@ -17,7 +17,7 @@ fi FULL_PATH="$WALL_DIR/$selected" swww img -o "$MAIN_MONITOR" "$FULL_PATH" --transition-type grow --transition-duration 1.5 --transition-fps 120 -swww img -o "$SECOND_MONITOR" /dev/null --transition-type none 2>/dev/null +swww clear 000000 --outputs "$SECOND_MONITOR" wal -i "$FULL_PATH" -n -q |
