commit 35d69dad558e4d2f7823e3aadadc0a639e7682a5
parent d96d951f370b96149e3b44e4feb4ae789192b024
Author: mtmn <miro@haravara.org>
Date: Wed, 10 Jun 2026 17:35:08 +0200
dotfiles: refresh branch on git commands
Diffstat:
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/hosts/void/overlays/config/river/init b/hosts/void/overlays/config/river/init
@@ -11,8 +11,8 @@ dmenu_args="-vi -fn 'Ttyp0 OTB:size=10' -l 10 -h 20 -nb '#383035' -nf '#e0d5b7'
rivertile -view-padding 0 -outer-padding 0 -main-ratio 0.50 &
-riverctl border-color-focused "0x3d5e57"
-riverctl border-color-unfocused "0x484040"
+riverctl border-color-focused "0x50447f"
+riverctl border-color-unfocused "0x332d38"
riverctl border-width 1
riverctl set-repeat 50 300
diff --git a/modules/mixins/dotfiles/config/dunst/dunstrc b/modules/mixins/dotfiles/config/dunst/dunstrc
@@ -18,30 +18,30 @@ show_indicators = no
stack_duplicates = no
[urgency_low]
- background = "#2a2f48"
- foreground = "#dde0f8"
+ background = "#383035"
+ foreground = "#e0d5b7"
timeout = 30
[urgency_normal]
- background = "#2a2f48"
- foreground = "#dde0f8"
+ background = "#383035"
+ foreground = "#e0d5b7"
timeout = 30
[urgency_critical]
- background = "#4a1e2e"
- foreground = "#dde0f8"
+ background = "#eca28f"
+ foreground = "#383035"
timeout = 0
[khal_notifier]
appname = khal_notifier
urgency = normal
- background = "#424381"
- foreground = "#dde0f8"
+ background = "#3d5e57"
+ foreground = "#e0d5b7"
timeout = 0
[aerc]
appname = aerc
urgency = normal
- background = "#424381"
- foreground = "#dde0f8"
+ background = "#3d5e57"
+ foreground = "#e0d5b7"
timeout = 0
diff --git a/modules/mixins/dotfiles/config/shell/rc/git b/modules/mixins/dotfiles/config/shell/rc/git
@@ -1,5 +1,6 @@
#!/bin/sh
-alias cdg='cd "$(git rev-parse --show-toplevel)"'
+alias cdg='cd "$(git rev-parse --show-toplevel)" && unset _VCS_LAST_PWD'
+alias gst='git status && unset _VCS_LAST_PWD'
alias ng='nvim -c ":Neogit"'
alias lg='lazygit'
@@ -19,7 +20,6 @@ alias gm='git merge'
alias gmc='gm --no-ff'
alias gp='git push'
alias gs='git show --no-prefix'
-alias gst='git status'
alias gref='git reflog --date=iso'
alias grr='git rebase -r'
diff --git a/modules/mixins/dotfiles/home/tmux.conf b/modules/mixins/dotfiles/home/tmux.conf
@@ -13,7 +13,7 @@ set -g status-interval 30
set -g status-left ''
set -g status-right '#(test -f /tmp/pracomer.log && cat /tmp/pracomer.log) #(plants) %a %h-%d %H:%M #(cat /sys/class/power_supply/BAT*/capacity 2>/dev/null)%% '
-set -g status-style "fg=#e0d5b7,bg=#484040"
+set -g status-style "fg=#e0d5b7,bg=default"
set -g message-style "fg=#e0d5b7,bg=#3d5e57"
set -g message-command-style "fg=#e0d5b7,bg=#3d5e57"
set -g mode-style "fg=#e0d5b7,bg=#3d5e57"
@@ -21,12 +21,12 @@ set -g mode-style "fg=#e0d5b7,bg=#3d5e57"
set -g pane-border-style "fg=#afa497"
set -g pane-active-border-style "fg=#94d0eb"
-set -g window-status-style "fg=#afa497,bg=#484040"
+set -g window-status-style "fg=#afa497,bg=default"
set -g window-status-current-style "fg=#e0d5b7,bg=#3d5e57,bold"
set -g window-status-bell-style "fg=#eca28f,bg=#484040,bold"
-set -g status-left-style "fg=#e0d5b7,bg=#484040"
-set -g status-right-style "fg=#e0d5b7,bg=#484040"
+set -g status-left-style "fg=#e0d5b7,bg=default"
+set -g status-right-style "fg=#e0d5b7,bg=default"
setw -g xterm-keys on
set -ga terminal-overrides ',xterm*:XT'