aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-23 14:00:06 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-23 14:00:06 +0200
commit4045e5e06617831d9ab12f2125d6e1d6fb3223f8 (patch)
treeb765cace55eceaad1e6d2e3db6905f10d991493a
parent0662cc77daca611220496a9d498ba33438f1a63e (diff)
downloaddotfiles-4045e5e06617831d9ab12f2125d6e1d6fb3223f8.tar.gz
Update
-rw-r--r--alacritty.yml3
-rwxr-xr-xshenanigans.sh2
-rw-r--r--tmux.conf2
3 files changed, 2 insertions, 5 deletions
diff --git a/alacritty.yml b/alacritty.yml
index 3ac16da..743c19d 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -18,7 +18,4 @@ font:
18colors: 18colors:
19 primary: 19 primary:
20 background: "#111111" 20 background: "#111111"
21 cursor:
22 cursor: "#ffa500"
23 text: "#000000"
24 21
diff --git a/shenanigans.sh b/shenanigans.sh
index b3d7276..96c78ad 100755
--- a/shenanigans.sh
+++ b/shenanigans.sh
@@ -21,7 +21,7 @@ is_inside_nix_shell() {
21 fi 21 fi
22} 22}
23 23
24export PS1="[\033[38;5;9m\]\u@\h\[$(tput sgr0)\]]$(is_inside_nix_shell)\[\033[33m\]\$(parse_git_branch)\[\033[00m\] \w\[$(tput sgr0)\] \n$ " 24export PS1="[\033[38;5;166m\]\u@\h\[$(tput sgr0)\]]$(is_inside_nix_shell)\[\033[33m\]\$(parse_git_branch)\[\033[00m\] \w\[$(tput sgr0)\] \n$ "
25 25
26# General aliases. 26# General aliases.
27 27
diff --git a/tmux.conf b/tmux.conf
index f7e6529..2b3636a 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -12,7 +12,7 @@ set -g base-index 1
12set-window-option -g pane-base-index 1 12set-window-option -g pane-base-index 1
13set -g renumber-windows on 13set -g renumber-windows on
14 14
15set -g status-bg '#480b8e' 15set -g status-bg '#333333'
16set -g status-fg '#ffffff' 16set -g status-fg '#ffffff'
17set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" 17set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]"
18set -g window-style 'bg=#222222' 18set -g window-style 'bg=#222222'