Update sway
This commit is contained in:
@@ -23,8 +23,6 @@ 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
|
||||||
@@ -52,26 +50,26 @@ 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
2
.zshrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user