diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-23 14:00:06 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-23 14:00:06 +0200 |
| commit | 4045e5e06617831d9ab12f2125d6e1d6fb3223f8 (patch) | |
| tree | b765cace55eceaad1e6d2e3db6905f10d991493a | |
| parent | 0662cc77daca611220496a9d498ba33438f1a63e (diff) | |
| download | dotfiles-4045e5e06617831d9ab12f2125d6e1d6fb3223f8.tar.gz | |
Update
| -rw-r--r-- | alacritty.yml | 3 | ||||
| -rwxr-xr-x | shenanigans.sh | 2 | ||||
| -rw-r--r-- | tmux.conf | 2 |
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: | |||
| 18 | colors: | 18 | colors: |
| 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 | ||
| 24 | export PS1="[\033[38;5;9m\]\u@\h\[$(tput sgr0)\]]$(is_inside_nix_shell)\[\033[33m\]\$(parse_git_branch)\[\033[00m\] \w\[$(tput sgr0)\] \n$ " | 24 | export 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 | ||
| @@ -12,7 +12,7 @@ set -g base-index 1 | |||
| 12 | set-window-option -g pane-base-index 1 | 12 | set-window-option -g pane-base-index 1 |
| 13 | set -g renumber-windows on | 13 | set -g renumber-windows on |
| 14 | 14 | ||
| 15 | set -g status-bg '#480b8e' | 15 | set -g status-bg '#333333' |
| 16 | set -g status-fg '#ffffff' | 16 | set -g status-fg '#ffffff' |
| 17 | set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" | 17 | set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" |
| 18 | set -g window-style 'bg=#222222' | 18 | set -g window-style 'bg=#222222' |
