aboutsummaryrefslogtreecommitdiff
path: root/scripts/set_background
blob: 41522a04b100992cf121e056dfcb6ea9feacc223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/fish

if test (count $argv) -lt 1; or not test -f $argv[1]
  echo "Usage: $(status filename) <img>"
  exit 1
end

set -x SWWW_TRANSITION "wipe"
set -x SWWW_TRANSITION_FPS 60
set -U img $argv[1]

niri msg action do-screen-transition
swww img $img
wallust run $img
makoctl reload