OSDN Git Service

instantupdate auto repairs repos
[instantos/instantOS.git] / programs / instantslop
1 #!/usr/bin/dash
2 # slop wrapper that puts out a format readable by instantwm
3 # looks different if you have compositing
4
5 if pgrep picom; then
6     slop --highlight -f x%xx%yx%wx%hx -b 3 -c 0.3203125,0.875,0.40234375,0.1
7 else
8     slop -f x%xx%yx%wx%hx -b 3 -c 0.3203125,0.875,0.40234375
9 fi