OSDN Git Service

Merge branch 'master' of https://github.com/instantos/instantOS
[instantos/instantOS.git] / programs / instantslop
1 #!/usr/bin/dash
2
3 if pgrep picom; then
4     slop --highlight -f x%xx%yx%wx%hx -b 3 -c 0.3203125,0.875,0.40234375,0.1
5 else
6     slop -f x%xx%yx%wx%hx -b 3 -c 0.3203125,0.875,0.40234375
7 fi