[fix] Use nightowl-theme

This commit is contained in:
Uttarayan Mondal
2023-09-25 12:03:17 +05:30
parent 0aa501f4b0
commit 1cc7b74d23
2 changed files with 22 additions and 6 deletions

View File

@@ -178,6 +178,7 @@ local opts = {
server = { server = {
-- standalone file support -- standalone file support
-- setting it to false may improve startup time -- setting it to false may improve startup time
-- cmd = { "ra-multiplex" },
standalone = true, standalone = true,
settings = { settings = {
["rust-analyzer"] = { ["rust-analyzer"] = {

View File

@@ -3,19 +3,28 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-battery' set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'wfxr/tmux-fzf-url' 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-powerline true
# set -g @dracula-show-weather false # set -g @dracula-show-weather false
# set -g @dracula-show-left-icon session # set -g @dracula-show-left-icon session
# set -g @dracula-show-left-sep  # set -g @dracula-show-left-sep 
# set -g @dracula-show-right-sep  # set -g @dracula-show-right-sep 
set -g @dracula-show-powerline true # set -g @dracula-show-powerline true
set -g @dracula-show-location false # set -g @dracula-show-location false
set -g @dracula-show-fahrenheit false # set -g @dracula-show-fahrenheit false
set -g @dracula-show-left-icon session # set -g @dracula-show-left-icon session
# Theme # Theme
# set -g @plugin 'dracula/tmux' # set -g @plugin 'dracula/tmux'
set -g @plugin 'catppuccin/tmux' # set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavour 'mocha' # or frappe, macchiato, mocha # set -g @catppuccin_flavour 'mocha' # or frappe, macchiato, mocha
# load plugin manager # load plugin manager
run -b '~/.config/tmux/plugins/tpm/tpm' run -b '~/.config/tmux/plugins/tpm/tpm'
@@ -61,4 +70,10 @@ bind o set status
bind-key -n C-\\ run-shell '~/.config/tmux/scratch' bind-key -n C-\\ run-shell '~/.config/tmux/scratch'
if-shell 'uname | grep -q Darwin' { set -s copy-command 'pbcopy' } if-shell 'uname | grep -q Darwin' { set -s copy-command 'pbcopy' }