Compare commits

..

No commits in common. "4e87c8c2b4f3ba4ef160b7a7682b996f0052cc9a" and "e3f9dfc4f34c2784a689abe1252f04fb2fe98711" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View File

@ -41,12 +41,12 @@ set-option -g status-position bottom
set-option -g status-style fg=colour136,bg=colour235 set-option -g status-style fg=colour136,bg=colour235
set-option -g status-left-length 20 set-option -g status-left-length 20
set-option -g status-left-style default set-option -g status-left-style default
set-option -g status-left "#[fg=green]#H #[fg=green,bright]#(uname -r)#[default]" set-option -g status-left "#[fg=green]#H #[fg=black]• #[fg=green,bright]#(uname -r)#[default]"
set-option -g status-right-length 140 set-option -g status-right-length 140
set-option -g status-right-style default set-option -g status-right-style default
set-option -g status-right "#[fg=green,bg=default,bright]#(tmux-mem-cpu-load --interval 3 --graph-lines 5) " set-option -g status-right "#[fg=green,bg=default,bright]#(tmux-mem-cpu-load) "
set-option -ag status-right "#[fg=red,dim,bg=default]#(uptime | cut -f 4-5 -d ' ' | cut -f 1 -d ',') " set-option -ag status-right "#[fg=red,dim,bg=default]#(uptime | cut -f 4-5 -d ' ' | cut -f 1 -d ',') "
set-option -ag status-right "#[fg=white,bg=default]%a %H:%M:%S %p#[default] #[fg=blue]%Y-%m-%d" set-option -ag status-right " #[fg=white,bg=default]%a%l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d"
set-window-option -g window-status-style fg=colour244 set-window-option -g window-status-style fg=colour244
set-window-option -g window-status-style bg=default set-window-option -g window-status-style bg=default
set-window-option -g window-status-current-style fg=colour166 set-window-option -g window-status-current-style fg=colour166

View File

@ -1,5 +1,3 @@
# xzeldon's dotfiles # xzeldon's dotfiles
> `xclip` is required. (install with `sudo pacman -S xclip` for arch) > xclip is required. (install with `sudo pacman -S xclip` for arch)
> for memory & cpu load in tmux's status bar `tmux-mem-cpu-load` is required. (install with `paru -S tmux-mem-cpu-load` for arch from AUR)