From 535d1a9c7e11610171dd52a0cc3aa34e12592d28 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 21 Apr 2024 06:55:35 +0200 Subject: Update to alacritty and tmux --- alacritty.yml | 2 +- shenanigans.sh | 2 ++ tmux.conf | 8 +++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index fbd9f4a..5340f2d 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -17,4 +17,4 @@ font: colors: primary: - background: "#161616" + background: "#151515" diff --git a/shenanigans.sh b/shenanigans.sh index 69ca6c6..17f49cc 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -48,6 +48,8 @@ alias d='cd ~/Downloads' # Additional path settings. export PATH=$HOME/.local/bin:$PATH +export PATH=$HOME/go/bin:$PATH +export PATH=$PATH:/usr/local/go/bin # History and search. Stolen from J. diff --git a/tmux.conf b/tmux.conf index 8af4b84..23c8d9b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -18,9 +18,11 @@ set -g renumber-windows on # Statusbar: purple bg and white fg. set -g status-bg '#480b8e' set -g status-fg '#ffffff' -set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" -set -g pane-active-border fg=#777777 -set -g pane-border-style fg=#222222 + +# Set inactive/active window styles. +set -g window-status-current-format "#[fg=#ffffff]#[bg=#151515]#[fg=#ffffff]#[bg=#151515] #I:#W #[fg=#ffffff]#[bg=#151515]" +set -g window-style 'bg=#222222' +set -g window-active-style 'bg=#151515' # Other settings set-option -sg escape-time 10 -- cgit v1.2.3