diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..87c95cc --- /dev/null +++ b/.config/fish/config.fish @@ -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 diff --git a/.config/pulsemeeter/config.json b/.config/pulsemeeter/config.json index c3a9d70..d0dfb34 100644 --- a/.config/pulsemeeter/config.json +++ b/.config/pulsemeeter/config.json @@ -186,7 +186,7 @@ "device_type": "source", "device_class": "hardware", "volume": [ - 36 + 40 ], "mute": false, "flags": 0, diff --git a/.config/starship.toml b/.config/starship.toml index ecf77cf..b9e1037 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -2,7 +2,6 @@ format = """ [ ](bg:red)\ -$os\ $username\ [](bg:peach fg:red)\ $directory\ diff --git a/.config/sway/config b/.config/sway/config index 762efa5..e9d5501 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -21,7 +21,7 @@ exec hash dbus-update-activation-environment 2>/dev/null && \ XDG_CURRENT_DESKTOP=sway \ 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 $flamingo #f2cdcd diff --git a/.tmux.conf b/.tmux.conf index 537c5c7..5ad7087 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -34,4 +34,4 @@ set -g status-justify "left" set -g status-left " " set -gF status-right "#[fg=#{@thm_crust},bg=#{@thm_teal}] ##H " -run '/usr/share/tmux-plugin-manager/tpm' +run '~/.tmux/plugins/tpm/tpm'