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,8 +23,6 @@ exec hash dbus-update-activation-environment 2>/dev/null && \
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
# Official Catppuccin Mocha Colors (from catppuccin.com)
set $rosewater #f5e0dc
set $flamingo #f2cdcd
set $pink #f5c2e7
@@ -52,26 +50,26 @@ set $base #1e1e2e
set $mantle #181825
set $crust #11111b
# Warm Sunset Window Colors
client.focused $peach $peach $mantle $yellow $peach
client.focused_inactive $surface2 $lavender $mantle $yellow $lavender
client.unfocused $surface2 $blue $mantle $yellow $blue
client.urgent $crust $red $crust $surface0 $red
client.placeholder $surface0 $surface0 $text $surface0 $surface0
# target title bg text indicator border
client.focused $lavender $base $text $rosewater $lavender
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
client.unfocused $overlay0 $base $text $rosewater $overlay0
client.urgent $peach $base $peach $overlay0 $peach
client.placeholder $overlay0 $base $text $overlay0 $overlay0
client.background $base
# Gaps and borders
gaps inner 4
gaps outer 10
gaps inner 0
gaps outer 0
default_border normal 2
default_floating_border normal 2
font pango:"JetBrainsMono Nerd Font" Normal 10
# Status bar
bar {
swaybar_command waybar
}
#bar {
# swaybar_command waybar
#}
### 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)"
export PATH=~/.npm-global/bin:~/.local/bin:$PATH
export PATH=~/.local/bin:$PATH
export SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock
for file in ~/.config/zsh/*.zsh; do