This commit is contained in:
2025-10-19 14:43:30 -04:00
parent 0d906cbada
commit 8efa080355
5 changed files with 8 additions and 4 deletions

5
.config/fish/config.fish Normal file
View File

@@ -0,0 +1,5 @@
source /usr/share/cachyos-fish-config/cachyos-config.fish
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
starship init fish | source

View File

@@ -186,7 +186,7 @@
"device_type": "source", "device_type": "source",
"device_class": "hardware", "device_class": "hardware",
"volume": [ "volume": [
36 40
], ],
"mute": false, "mute": false,
"flags": 0, "flags": 0,

View File

@@ -2,7 +2,6 @@
format = """ format = """
[ ](bg:red)\ [ ](bg:red)\
$os\
$username\ $username\
[](bg:peach fg:red)\ [](bg:peach fg:red)\
$directory\ $directory\

View File

@@ -21,7 +21,7 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
XDG_CURRENT_DESKTOP=sway \ XDG_CURRENT_DESKTOP=sway \
WAYLAND_DISPLAY WAYLAND_DISPLAY
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 #exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
set $rosewater #f5e0dc set $rosewater #f5e0dc
set $flamingo #f2cdcd set $flamingo #f2cdcd

View File

@@ -34,4 +34,4 @@ set -g status-justify "left"
set -g status-left " " set -g status-left " "
set -gF status-right "#[fg=#{@thm_crust},bg=#{@thm_teal}] ##H " set -gF status-right "#[fg=#{@thm_crust},bg=#{@thm_teal}] ##H "
run '/usr/share/tmux-plugin-manager/tpm' run '~/.tmux/plugins/tpm/tpm'