tmux: dont show battery
This commit is contained in:
@@ -36,7 +36,7 @@ exec --no-startup-id blueman-applet
|
||||
# audio control
|
||||
bindsym $mod+a exec --no-startup-id pavucontrol -t 1
|
||||
|
||||
# jp input - fcitx-5 fcitx5-configtool fcitx5-gtk4 fcitx5-qt fcitx5-mozc
|
||||
# jp input - fcitx5 fcitx5-configtool fcitx5-gtk4 fcitx5-qt fcitx5-mozc
|
||||
exec --no-startup-id fcitx5
|
||||
|
||||
# keyboard and mouse
|
||||
|
||||
@@ -90,7 +90,6 @@ set -g status-left-length "100"
|
||||
setw -g window-status-activity-style "none,fg=#93b259,bg=#f4f0d9"
|
||||
setw -g window-status-style "none,fg=#939f91,bg=#f4f0d9"
|
||||
set -g status-left ""
|
||||
# show battery only on laptop
|
||||
if-shell "[ `hostname` = 'itomori' ]" 'set -g status-right "#[fg=#939f91,bg=#f4f0d9] #H @ #S | #(cat /sys/class/power_supply/BAT1/capacity)% | %H:%M"' 'set -g status-right "#[fg=#939f91,bg=#f4f0d9] #H @ #S | %H:%M"'
|
||||
set -g status-right "#[fg=#939f91,bg=#f4f0d9] #H @ #S | %H:%M"
|
||||
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