11 lines
381 B
Bash
Executable file
11 lines
381 B
Bash
Executable file
#!/usr/bin/bash
|
|
wal --cols16 -i $1
|
|
#walogram
|
|
#pywalfox update
|
|
magick thornythorny_in.png -channel RGB +level-colors "$(cat ~/.cache/wal/colors | sed -n 3p)" -background none -gravity NorthEast -extent 960x540 -gravity Center -extent 1920x1080 ~/Pictures/thornythorny.png
|
|
makoctl reload
|
|
#pywal-discord -t material
|
|
|
|
for pid in $(pidof /usr/bin/kitty); do
|
|
kill -SIGUSR1 $pid
|
|
done
|