diff --git a/i3/G2-status.conf b/i3/G2-status.conf index 84b8445..e7a08d1 100644 --- a/i3/G2-status.conf +++ b/i3/G2-status.conf @@ -11,6 +11,7 @@ general { interval = 1 } order += "disk /" +order += "cpu_usage" order += "ethernet tun0" order += "wireless wlp2s0" order += "ethernet enp1s0" @@ -54,4 +55,7 @@ battery 1 { disk "/" { format = "%free" } +cpu_usage { + format = "CPU: %usage" +} # vim: ts=4:sw=4:et diff --git a/shells/zshrc b/shells/zshrc index 6b70dd8..3c64aa3 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -71,7 +71,7 @@ dedir(){ =mv -n "$name"/{.,}*(N) . || return 2 =rmdir "$name" || return 3 } -alias tg='telegram-cli -N' +alias tg='telegram-cli -N -W' alias perm='stat -c "%a %n"' alias afci='git x ./autoformat.sh;git add --all;git commit -m "Autoformatted"' alias eix="eix -F"