diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-28 09:58:06 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-28 09:58:06 +0900 |
| commit | a2fc43938c6eca206d5b116fe2b569359d8b2913 (patch) | |
| tree | c4f026d7609adb884857ab9dddeb6a8cf48ca178 /ar/.config/tmux/tmux.conf | |
| parent | 2ff3a2e98363423fd0fceac2708e8050b266a58e (diff) | |
modified tmux/tmux.conf
Diffstat (limited to 'ar/.config/tmux/tmux.conf')
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index 7336349..26b3234 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -326,9 +326,7 @@ set -ga status-right "#{?#{pomodoro_status},#{pomodoro_status},#{#[bg=default,fg set -ga status-right "#[bg=default,fg=#{@thm_overlay_0},none]│" set -ga status-right "#[bg=default,fg=#{@thm_mauve}] #{continuum_status} " set -ga status-right "#[bg=default,fg=#{@thm_overlay_0},none]│" -# TODO: configure when the battery is available -set -ga status-right "#{?#{<=:#{battery_percentage},0},#{#[bg=default,fg=#{@thm_red}] #{battery_icon} },#{#[bg=default,fg=#{@thm_green}]} #{battery_icon} #{battery_percentage} }" -set -ga status-right "#[bg=default,fg=#{@thm_overlay_0},none]│" +set -ga status-right "#{?#{==:#{battery_percentage},0%},,#[bg=default,fg=#{@thm_green}] #{battery_icon} #{battery_percentage} #[bg=default,fg=#{@thm_overlay_0},none]│}" set -ga status-right "#[bg=default]#{?#{==:#{online_status},ok},#[fg=#{@thm_pink}] ,#[fg=#{@thm_red}]#[bold]#[reverse] }" set -ga status-right "#[bg=default,fg=#{@thm_overlay_0},none]│" # set -ga status-right "#[bg=default,fg=#{@thm_red}] #{weather} " |
