[fix] Use nightowl-theme
This commit is contained in:
@@ -178,6 +178,7 @@ local opts = {
|
||||
server = {
|
||||
-- standalone file support
|
||||
-- setting it to false may improve startup time
|
||||
-- cmd = { "ra-multiplex" },
|
||||
standalone = true,
|
||||
settings = {
|
||||
["rust-analyzer"] = {
|
||||
|
||||
@@ -3,19 +3,28 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||
set -g @plugin 'wfxr/tmux-fzf-url'
|
||||
|
||||
set -g @plugin 'kylepeeler/tmux-nightowl'
|
||||
set -g @nightowl-cpu-usage true
|
||||
set -g @nightowl-gpu-usage false
|
||||
set -g @nightowl-ram-usage true
|
||||
set -g @nightowl-show-network true
|
||||
set -g @nightowl-show-powerline true
|
||||
set -g @nightowl-show-timezone false
|
||||
set -g @nightowl-show-weather false
|
||||
|
||||
# set -g @dracula-show-powerline true
|
||||
# set -g @dracula-show-weather false
|
||||
# set -g @dracula-show-left-icon session
|
||||
# set -g @dracula-show-left-sep
|
||||
# set -g @dracula-show-right-sep
|
||||
set -g @dracula-show-powerline true
|
||||
set -g @dracula-show-location false
|
||||
set -g @dracula-show-fahrenheit false
|
||||
set -g @dracula-show-left-icon session
|
||||
# set -g @dracula-show-powerline true
|
||||
# set -g @dracula-show-location false
|
||||
# set -g @dracula-show-fahrenheit false
|
||||
# set -g @dracula-show-left-icon session
|
||||
# Theme
|
||||
# set -g @plugin 'dracula/tmux'
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
set -g @catppuccin_flavour 'mocha' # or frappe, macchiato, mocha
|
||||
# set -g @plugin 'catppuccin/tmux'
|
||||
# set -g @catppuccin_flavour 'mocha' # or frappe, macchiato, mocha
|
||||
|
||||
# load plugin manager
|
||||
run -b '~/.config/tmux/plugins/tpm/tpm'
|
||||
@@ -61,4 +70,10 @@ bind o set status
|
||||
|
||||
bind-key -n C-\\ run-shell '~/.config/tmux/scratch'
|
||||
|
||||
|
||||
|
||||
if-shell 'uname | grep -q Darwin' { set -s copy-command 'pbcopy' }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user