Compare commits
1 Commits
v1.1
..
620574ea19
| Author | SHA1 | Date | |
|---|---|---|---|
| 620574ea19 |
@@ -1,21 +1,11 @@
|
||||
set -g prefix ^A
|
||||
|
||||
set -g @plugin 'fabioluciano/tmux-tokyo-night'
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'janoamaral/tokyo-night-tmux'
|
||||
|
||||
# Tokyo Night config
|
||||
set -g @tokyo-night-tmux_theme 'storm'
|
||||
set -g @tokyo-night-tmux_show_netspeed 1
|
||||
set -g @tokyo-night-tmux_netspeed_iface "wlp4s0"
|
||||
set -g @tokyo-night-tmux_window_id_style dsquare
|
||||
|
||||
# Set mouse on so that we can scroll with the mouse
|
||||
set -g mouse on
|
||||
|
||||
# Set status bar to bottom
|
||||
set -g status-position bottom
|
||||
|
||||
set -g @theme_variation 'storm'
|
||||
set -g @theme_disable_plugins 1
|
||||
#set -g @theme_plugin_datetime_format '%a %d %b %Y'
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
@@ -10,6 +10,5 @@ config.enable_tab_bar = false
|
||||
config.initial_cols = 205
|
||||
config.initial_rows = 45
|
||||
config.font_size = 10
|
||||
config.default_prog = { "tmux", "new-session", "-A", "-s", "main" }
|
||||
|
||||
return config
|
||||
|
||||
Reference in New Issue
Block a user