update to scwrypts v3

This commit is contained in:
2023-06-24 07:50:14 -06:00
parent 313d28c7ae
commit 66930780e2
11 changed files with 189 additions and 81 deletions

View File

@ -23,7 +23,7 @@ set -g mouse off
set -g status-style fg=brightmagenta,bg=black
set -g window-status-current-style fg=black,bg=brightmagenta
set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=magneta]%d %b %R"
set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=magneta]%d %b %R | #(ip address 2>&1 | grep wlp0 | sed -n 's/^.*\\(192.[^/]*\\)\\/.*$/\\1/p') "
#####################################################################