Rename folder
This commit is contained in:
7
laptop/.config/polybar/scripts/load.sh
Executable file
7
laptop/.config/polybar/scripts/load.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
function load() {
|
||||
echo -n "$(cat /proc/loadavg | awk -F ' ' '{print $1,$2,$3}')"
|
||||
}
|
||||
|
||||
load
|
||||
Reference in New Issue
Block a user