Update sway

This commit is contained in:
2025-08-16 17:27:47 -04:00
parent e56017b1c8
commit 91bf7b150f
2 changed files with 38 additions and 40 deletions

View File

@@ -23,55 +23,53 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
# Official Catppuccin Mocha Colors (from catppuccin.com)
set $rosewater #f5e0dc set $rosewater #f5e0dc
set $flamingo #f2cdcd set $flamingo #f2cdcd
set $pink #f5c2e7 set $pink #f5c2e7
set $mauve #cba6f7 set $mauve #cba6f7
set $red #f38ba8 set $red #f38ba8
set $maroon #eba0ac set $maroon #eba0ac
set $peach #fab387 set $peach #fab387
set $yellow #f9e2af set $yellow #f9e2af
set $green #a6e3a1 set $green #a6e3a1
set $teal #94e2d5 set $teal #94e2d5
set $sky #89dceb set $sky #89dceb
set $sapphire #74c7ec set $sapphire #74c7ec
set $blue #89b4fa set $blue #89b4fa
set $lavender #b4befe set $lavender #b4befe
set $text #cdd6f4 set $text #cdd6f4
set $subtext1 #bac2de set $subtext1 #bac2de
set $subtext0 #a6adc8 set $subtext0 #a6adc8
set $overlay2 #9399b2 set $overlay2 #9399b2
set $overlay1 #7f849c set $overlay1 #7f849c
set $overlay0 #6c7086 set $overlay0 #6c7086
set $surface2 #585b70 set $surface2 #585b70
set $surface1 #45475a set $surface1 #45475a
set $surface0 #313244 set $surface0 #313244
set $base #1e1e2e set $base #1e1e2e
set $mantle #181825 set $mantle #181825
set $crust #11111b set $crust #11111b
# Warm Sunset Window Colors # target title bg text indicator border
client.focused $peach $peach $mantle $yellow $peach client.focused $lavender $base $text $rosewater $lavender
client.focused_inactive $surface2 $lavender $mantle $yellow $lavender client.focused_inactive $overlay0 $base $text $rosewater $overlay0
client.unfocused $surface2 $blue $mantle $yellow $blue client.unfocused $overlay0 $base $text $rosewater $overlay0
client.urgent $crust $red $crust $surface0 $red client.urgent $peach $base $peach $overlay0 $peach
client.placeholder $surface0 $surface0 $text $surface0 $surface0 client.placeholder $overlay0 $base $text $overlay0 $overlay0
client.background $base client.background $base
# Gaps and borders # Gaps and borders
gaps inner 4 gaps inner 0
gaps outer 10 gaps outer 0
default_border normal 2 default_border normal 2
default_floating_border normal 2 default_floating_border normal 2
font pango:"JetBrainsMono Nerd Font" Normal 10 font pango:"JetBrainsMono Nerd Font" Normal 10
# Status bar # Status bar
bar { #bar {
swaybar_command waybar # swaybar_command waybar
} #}
### Variables ### Variables
# #

2
.zshrc
View File

@@ -16,7 +16,7 @@ alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
eval "$(starship init zsh)" eval "$(starship init zsh)"
export PATH=~/.npm-global/bin:~/.local/bin:$PATH export PATH=~/.local/bin:$PATH
export SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock export SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock
for file in ~/.config/zsh/*.zsh; do for file in ~/.config/zsh/*.zsh; do