mirror of
https://github.com/shokinn/.files.git
synced 2025-06-29 08:10:42 +00:00
Initial dotfiles
This commit is contained in:
parent
492e07f40a
commit
8ca52fb1e6
26 changed files with 1255 additions and 0 deletions
5
dotfiles/config/polybar/cpuload.sh
Executable file
5
dotfiles/config/polybar/cpuload.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
load=$(uptime | grep -ohe 'load average[s:][: ].*' | sed 's/,//g' | awk '{print $3" "$4" "$5}')
|
||||
|
||||
echo -n $load
|
Loading…
Add table
Add a link
Reference in a new issue