tmux - re-enable dracula theme
This commit is contained in:
parent
f1c469c7fc
commit
636e027f7f
1 changed files with 16 additions and 16 deletions
|
|
@ -21,22 +21,22 @@
|
||||||
set -g @offline_icon "offline!"
|
set -g @offline_icon "offline!"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
# {
|
{
|
||||||
# plugin = pkgs.tmuxPlugins.dracula;
|
plugin = pkgs.tmuxPlugins.dracula;
|
||||||
# extraConfig = ''
|
extraConfig = ''
|
||||||
# set -g @dracula-plugins "cpu-usage network battery weather time"
|
set -g @dracula-plugins "cpu-usage network battery weather time"
|
||||||
# set -g @dracula-border-contrast true
|
set -g @dracula-border-contrast true
|
||||||
# set -g @dracula-refresh-rate 10
|
set -g @dracula-refresh-rate 10
|
||||||
# set -g @dracula-show-left-icon session
|
set -g @dracula-show-left-icon session
|
||||||
# set -g @dracula-border-contrast true
|
set -g @dracula-border-contrast true
|
||||||
# set -g @dracula-show-powerline true
|
set -g @dracula-show-powerline true
|
||||||
# set -g @dracula-synchronize-panes-label "Sync"
|
set -g @dracula-synchronize-panes-label "Sync"
|
||||||
# set -g @dracula-show-flags true
|
set -g @dracula-show-flags true
|
||||||
# set -g @dracula-show-timezone false
|
set -g @dracula-show-timezone false
|
||||||
# set -g @dracula-fixed-location "Katy, Texas"
|
set -g @dracula-fixed-location "Katy, Texas"
|
||||||
# set -g @dracula-show-location false
|
set -g @dracula-show-location false
|
||||||
# '';
|
'';
|
||||||
# }
|
}
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# left_sep=''
|
# left_sep=''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue