[tmux] update status line

This commit is contained in:
Marco Thomas
2022-12-06 15:15:17 +01:00
parent 985d14440c
commit f06f3ae61a
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ refresher:
fetchInterval: 60
reporting: undetermined
splashUpdatesIndex: 0
confirmOnQuit: false
confirmOnQuit: true
quitOnTopLevelReturn: false
keybinding:
universal:

View File

@@ -90,6 +90,6 @@ set -g status-left-length "100"
setw -g window-status-activity-style "none,fg=#93b259,bg=#FFF9E8"
setw -g window-status-style "none,fg=#939f91,bg=#FFF9E8"
set -g status-left ""
set -g status-right "#[fg=#939f91,bg=#FFF9E8] #H @ #S"
set -g status-right "#[fg=#939f91,bg=#FFF9E8] #H @ #S | #(upower -i /org/freedesktop/UPower/devices/battery_BAT1 | grep percentage | awk '{print $2}') | %H:%M"
setw -g window-status-format "#[default][#I  #W]"
setw -g window-status-current-format "#[fg=#93b259,bold][#I  #W]"