nvim/vim: re-haul statusline
This commit is contained in:
@@ -92,5 +92,5 @@ setw -g window-status-style "none,fg=#939f91,bg=#FDF6E3"
|
||||
set -g status-left ""
|
||||
# show battery only on laptop
|
||||
if-shell "[ `hostname` = 'itomori' ]" 'set -g status-right "#[fg=#939f91,bg=#FDF6E3] #H @ #S | #(cat /sys/class/power_supply/BAT1/capacity)% | %H:%M"' 'set -g status-right "#[fg=#939f91,bg=#FFF9E8] #H @ #S | %H:%M"'
|
||||
setw -g window-status-format "#[bg=#FDF6E3][#I #W]"
|
||||
setw -g window-status-current-format "#[fg=#93b259,bold][#I #W]"
|
||||
setw -g window-status-format "#I:#W"
|
||||
setw -g window-status-current-format "#[fg=#93b259,bold]#I:#W*"
|
||||
|
||||
Reference in New Issue
Block a user