Change Tmux theme
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -16,3 +16,6 @@
|
|||||||
[submodule "tmux/.tmux/plugins/tmux-sensible"]
|
[submodule "tmux/.tmux/plugins/tmux-sensible"]
|
||||||
path = tmux/.tmux/plugins/tmux-sensible
|
path = tmux/.tmux/plugins/tmux-sensible
|
||||||
url = https://git::@github.com/tmux-plugins/tmux-sensible
|
url = https://git::@github.com/tmux-plugins/tmux-sensible
|
||||||
|
[submodule "tmux/.tmux/plugins/tmux-power"]
|
||||||
|
path = tmux/.tmux/plugins/tmux-power
|
||||||
|
url = https://git::@github.com/wfxr/tmux-power
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ SETUVAR --export GOBIN:/home/fscotto/\x2elocal/share/go/bin
|
|||||||
SETUVAR --export GOPATH:/home/fscotto/\x2elocal/share/go
|
SETUVAR --export GOPATH:/home/fscotto/\x2elocal/share/go
|
||||||
SETUVAR --export MANPAGER:sh\x20\x2dc\x20\x27col\x20\x2dbx\x20\x7c\x20bat\x20\x2dl\x20man\x20\x2dp\x27
|
SETUVAR --export MANPAGER:sh\x20\x2dc\x20\x27col\x20\x2dbx\x20\x7c\x20bat\x20\x2dl\x20man\x20\x2dp\x27
|
||||||
SETUVAR --export MANROFFOPT:\x2dc
|
SETUVAR --export MANROFFOPT:\x2dc
|
||||||
SETUVAR --export TMUX_POWERLINE_THEME:bubble
|
|
||||||
SETUVAR __done_min_cmd_duration:10000
|
SETUVAR __done_min_cmd_duration:10000
|
||||||
SETUVAR __done_notification_urgency_level:low
|
SETUVAR __done_notification_urgency_level:low
|
||||||
SETUVAR __fish_initialized:3400
|
SETUVAR __fish_initialized:3400
|
||||||
|
|||||||
@@ -8,8 +8,12 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'erikw/tmux-powerline'
|
set -g @plugin 'erikw/tmux-powerline'
|
||||||
set -g @plugin 'tmux-plugins/tmux-open'
|
set -g @plugin 'tmux-plugins/tmux-open'
|
||||||
|
set -g @plugin 'wfxr/tmux-power'
|
||||||
set-option -g @plugin 'b0o/tmux-autoreload'
|
set-option -g @plugin 'b0o/tmux-autoreload'
|
||||||
|
|
||||||
|
# Customizing Tmux Power theme
|
||||||
|
set -g @tmux_power_theme '#99c1f1'
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
||||||
|
|||||||
1
tmux/.tmux/plugins/tmux-power
Submodule
1
tmux/.tmux/plugins/tmux-power
Submodule
Submodule tmux/.tmux/plugins/tmux-power added at 16bbde8013
Reference in New Issue
Block a user