From 1cc7b74d23bbee1424c027c3e75f6be3afd623bc Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Mon, 25 Sep 2023 12:03:17 +0530 Subject: [PATCH] [fix] Use nightowl-theme --- config/nvim/lua/setup/rtools.lua | 1 + config/tmux/tmux.conf | 27 +++++++++++++++++++++------ 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/config/nvim/lua/setup/rtools.lua b/config/nvim/lua/setup/rtools.lua index e79e62fd..15c4dd81 100644 --- a/config/nvim/lua/setup/rtools.lua +++ b/config/nvim/lua/setup/rtools.lua @@ -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"] = { diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 0e9a9d47..6142094c 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -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' } + + + +