[tmux] update status line
This commit is contained in:
@@ -72,7 +72,7 @@ refresher:
|
|||||||
fetchInterval: 60
|
fetchInterval: 60
|
||||||
reporting: undetermined
|
reporting: undetermined
|
||||||
splashUpdatesIndex: 0
|
splashUpdatesIndex: 0
|
||||||
confirmOnQuit: false
|
confirmOnQuit: true
|
||||||
quitOnTopLevelReturn: false
|
quitOnTopLevelReturn: false
|
||||||
keybinding:
|
keybinding:
|
||||||
universal:
|
universal:
|
||||||
|
|||||||
@@ -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-activity-style "none,fg=#93b259,bg=#FFF9E8"
|
||||||
setw -g window-status-style "none,fg=#939f91,bg=#FFF9E8"
|
setw -g window-status-style "none,fg=#939f91,bg=#FFF9E8"
|
||||||
set -g status-left ""
|
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-format "#[default][#I #W]"
|
||||||
setw -g window-status-current-format "#[fg=#93b259,bold][#I #W]"
|
setw -g window-status-current-format "#[fg=#93b259,bold][#I #W]"
|
||||||
|
|||||||
Reference in New Issue
Block a user