diff options
author | Akshay <[email protected]> | 2020-08-01 05:55:17 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-01 05:55:17 +0100 |
commit | 7e82805e4a563f67e77f19bfb29a8c71bc26d54d (patch) | |
tree | 99b357f65305086bbcbc3b0501b53af80aead652 | |
parent | 51810b5c07e20982ebdf66f0bfb384c4bf55ad7d (diff) |
tmux zoom status
-rwxr-xr-x | scripts/scripts/bat | 4 | ||||
-rw-r--r-- | tmux/.tmux.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/scripts/bat b/scripts/scripts/bat index 6746d82..ac330d8 100755 --- a/scripts/scripts/bat +++ b/scripts/scripts/bat | |||
@@ -20,9 +20,9 @@ health() { | |||
20 | for i in {0..4} | 20 | for i in {0..4} |
21 | do | 21 | do |
22 | if [[ $i -le $(( $bat_status/20 )) ]]; then | 22 | if [[ $i -le $(( $bat_status/20 )) ]]; then |
23 | echo -ne "#[fg=colour1]• " | 23 | echo -ne "#[fg=colour1,blink]· " |
24 | else | 24 | else |
25 | echo -ne "#[fg=colour8]• " | 25 | echo -ne "#[fg=colour8]· " |
26 | fi | 26 | fi |
27 | done | 27 | done |
28 | echo | 28 | echo |
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9b6d18e..81b7c91 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf | |||
@@ -53,8 +53,8 @@ set -g status-right "" | |||
53 | set -g status-style "bg=colour0" | 53 | set -g status-style "bg=colour0" |
54 | set -ag status-style "fg=colour7" | 54 | set -ag status-style "fg=colour7" |
55 | 55 | ||
56 | set -g window-status-current-format "#[fg=colour15] #W" | 56 | set -g window-status-current-format " #[fg=colour15]#W#{?window_zoomed_flag, #[fg=colour2]+,}" |
57 | set -g window-status-format "#[fg=colour8] #W" | 57 | set -g window-status-format " #[fg=colour8]#W#{?window_zoomed_flag, #[fg=colour2]+,}" |
58 | 58 | ||
59 | set -g status-left-length 100 | 59 | set -g status-left-length 100 |
60 | set -g status-left "#[fg=colour15]#(date +"%H%M") #[fg=colour8]hrs " | 60 | set -g status-left "#[fg=colour15]#(date +"%H%M") #[fg=colour8]hrs " |