mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Add tags
This commit is contained in:
parent
32b3198dcd
commit
f2e6504a1d
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $scrotwm$
|
||||
print_cpu() {
|
||||
echo -n "CPU: ${7}% User ${8}% Nice ${9}% Sys ${10}% Int ${11}% Idle "
|
||||
}
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/sh
|
||||
# $scrotwm$
|
||||
#
|
||||
screenshot() {
|
||||
case $1 in
|
||||
full)
|
||||
|
|
Loading…
Add table
Reference in a new issue