summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorGitIR <git@zachir.xyz>2025-08-13 17:36:31 -0500
committerGitIR <git@zachir.xyz>2025-08-13 17:36:31 -0500
commitf1b0dd12663867863f58db2d5735cdb3cc84da04 (patch)
tree2c9d38e6ccd82721090c7030766f91eaf36a82a5 /tmux/tmux.conf
parent2666a2d597f5fb4222142a5ce147546cf588887a (diff)
parentc0ee1d4b5dbd37b05947ffcc584c0834d523626d (diff)
Merge branch 'master' into rai-master
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index d421349..8b23a90 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -6,8 +6,8 @@ set -g status-bg "#000000"
set -g status-fg "#c5c6c4"
# remove administrative debris (session-name, hostname, time) in status bar
-set -g status-left ''
-set -g status-right '#{battery_status_bg} Batt: #{battery_icon} #{battery_percentage} #{battery_remain}'
+set -g status-left '%H:%M| '
+set -g status-right '%a %Y-%m-%d'
# act live dvtm
unbind C-b
@@ -27,4 +27,4 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-indicators'
set -g @plugin 'tmux-plugins/tmux-battery'
-run '/usr/share/tmux-plugin-manager/tpm'
+run '~/.config/tmux/plugins/tpm/tpm'