tmux: add battery status (wip)

This commit is contained in:
2022-09-01 17:49:34 +03:00
parent db3bf93b4f
commit b73ae5994d
2 changed files with 7 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ set -wg pane-base-index 1
# statusline
set -g status-left "[#S] "
set -g status-right "\"#H\" %H:%M %d-%m-%Y"
set -g status-right "[#($HOME/dotfiles/bin/tmux_battery.sh)] \"#H\" %H:%M %d-%m-%Y"
set -ag status-style "bg=#d4be98"
set -ag status-style "fg=#32302f"