v1.1
This commit is contained in:
parent
5f784b72b6
commit
7e6749c848
5 changed files with 46 additions and 3 deletions
15
dracula.tmux
15
dracula.tmux
|
@ -16,11 +16,16 @@ main()
|
|||
cyan='#8be9fd'
|
||||
green='#50fa7b'
|
||||
orange='#ffb86c'
|
||||
red='#ff5555'
|
||||
pink='#ff79c6'
|
||||
yellow='#f1fa8c'
|
||||
|
||||
# set refresh interval
|
||||
tmux set-option -g status-interval 1
|
||||
|
||||
# set clock
|
||||
tmux set-option -g clock-mode-style 12
|
||||
|
||||
# set length
|
||||
tmux set-option -g status-left-length 100
|
||||
tmux set-option -g status-right-length 100
|
||||
|
@ -34,9 +39,13 @@ main()
|
|||
|
||||
# status bar
|
||||
tmux set-option -g status-style "bg=${gray},fg=${white}"
|
||||
tmux set-option -g status-left "#[bg=${green},fg=${dark_gray}]#{?client_prefix,#[bg=${orange}],} ☺ "
|
||||
tmux set-option -g status-right "#[fg=${dark_gray},bg=${cyan}] tructus "
|
||||
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${pink}] #(~/.tmux/plugins/tmux-dracula/battery.sh) #[fg=${white},bg=${dark_purple}] %a %H:%M #(date +%Z) %m/%d/%Y "
|
||||
|
||||
tmux set-option -g status-left "#[bg=${green},fg=${dark_gray}]#{?client_prefix,#[bg=${yellow}],} ☺ "
|
||||
|
||||
tmux set-option -g status-right "#[fg=${dark_gray},bg=${pink}] #(~/.tmux/plugins/tmux-dracula/battery.sh) "
|
||||
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${cyan}] tructus "
|
||||
tmux set-option -ga status-right "#[fg=${dark_gray},bg=${orange}] flazen "
|
||||
tmux set-option -ga status-right "#[fg=${white},bg=${dark_purple}] %a %m/%d %I:%M %p #(date +%Z) "
|
||||
|
||||
# window tabs
|
||||
tmux set-window-option -g window-status-current-format "#[fg=${white},bg=${dark_purple}] #I #W "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue