bare tmux/nvim setup for server profiles

docker
spinach 2 years ago
parent 546e9fdd56
commit dc9af7f67a

@ -46,7 +46,7 @@ inherit = section/base-bar
; height ; height
height = 24pt height = 24pt
; modules ; modules
modules-left = xworkspaces focus-fast spotify spotify-len modules-left = xworkspaces focus-fast spotify spotify-len
;modules-left = xworkspaces spotify spotify-len ;modules-left = xworkspaces spotify spotify-len
modules-center = weather-desktop modules-center = weather-desktop
modules-right = pulseaudio memory cpu temperature eth vpn dev-bat packages seafile calendar-sync bg-selector quotes date powermenu modules-right = pulseaudio memory cpu temperature eth vpn dev-bat packages seafile calendar-sync bg-selector quotes date powermenu
@ -309,5 +309,11 @@ type = custom/script
exec = vpn_status.sh exec = vpn_status.sh
tail = true tail = true
[module/crypto]
; custom crypto script
type = custom/script
exec = /home/spinach/sb-ticker 20
tail = true
[settings] [settings]
screenchange-reload = true screenchange-reload = true

@ -0,0 +1,5 @@
tmux.sparse
zsh
oh-my-zsh
neovim
clean

@ -42,6 +42,8 @@ set -g status-style "bg=black, fg=brightWhite"
set -g status-right "%a, %b %d %l:%M %P " set -g status-right "%a, %b %d %l:%M %P "
set -g status-right-length 100 set -g status-right-length 100
set -g status-left "" set -g status-left ""
# change active window color
set-window-option -g window-status-current-style "bg=white, fg=black"
# set -g default-terminal "${TERM}" # set -g default-terminal "${TERM}"
# set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support # set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm' # undercurl support

Loading…
Cancel
Save