Initial
This commit is contained in:
commit
c8734e660a
392 changed files with 21043 additions and 0 deletions
15
.config/waybar/custom/stats.sh
Normal file
15
.config/waybar/custom/stats.sh
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
swaymsg workspace stats
|
||||
if [ "$1" == "cpu" ]; then
|
||||
kitty "htop" "-s" "PERCENT_CPU"
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ "$1" == "memory" ]; then
|
||||
kitty "htop" "-s" "M_RESIDENT"
|
||||
exit
|
||||
fi
|
||||
|
||||
kitty "htop"
|
||||
exit
|
||||
Loading…
Add table
Add a link
Reference in a new issue