From 10e12dc6af3e176e0ad6ede932ceea7b128de904 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 6 Nov 2025 22:05:08 +0100 Subject: Add battery status as an external shell script --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux/tmux.conf') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 2267017..0b9d45f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -26,4 +26,4 @@ set-window-option -g window-status-current-format ' #I:#W ' bind '"' split-window -v -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" -set-window-option -g status-right "%H:%M %d-%b-%y 󰁹 #(upower -i /org/freedesktop/UPower/devices/DisplayDevice | awk '/percentage:/ {print \$2}' | bash -c 'read s; printf \"%.0f%%%%\" \"\${s%%%}\"') " +set-window-option -g status-right "%H:%M %d-%b-%y #($HOME/.config/tmux/battery.sh) " -- cgit v1.3.1