dotfiles/bin/pscbg
surtur 6f8957b018
chore: add pscbg
* a little script for setting bg to ps output
2020-10-05 18:41:17 +02:00

9 lines
200 B
Bash
Executable File

#!/bin/bash
while true; do
~/utils/pscircle/build/pscircle --output=/tmp/pscircle --cpulist-show=0 --memlist-show=0
feh --bg-scale /tmp/pscircle
sleep 60
shred -zu /tmp/pscircle
done