Compare commits

...

2 Commits

Author SHA1 Message Date
Salt 88997abede Reorg the shit out of sway colors 2024-02-15 02:53:59 -06:00
Salt cc70578be2 Remove extraneous restart cmd in sway cfg 2024-02-15 02:41:44 -06:00
1 changed files with 15 additions and 8 deletions

View File

@ -61,13 +61,21 @@ set $white #ebdbb2
set $black #282828
set $gray #32302f
# <colorclass> <brd> <bg> <text> <ind> <chld>
client.focused $blue $black $white $gray $blue
client.focused_inactive $gray $black $white $gray $gray
client.unfocused $gray $black $white $gray $gray
client.urgent $yellow $black $white $gray $yellow
client.placeholder $magenta $black $white $gray $magenta
client.background $bg
# See sway(5) for details on these
# Border color of the view itself v
# Indicator color (like for v/h split) v
# Titlebar text color v
# Titlebar backgrouond color v
# Titlebar border color v
# <colorclass> <brd> <bg> <text> <ind> <chld>
# The currently focused window
client.focused $blue $blue $black $gray $blue
# The most recently focused view in an unfocused container
client.focused_inactive $gray $black $white $gray $gray
# Any other unfocused views
client.unfocused $gray $gray $white $gray $gray
# Any view with an urgency hint
client.urgent $yellow $black $white $gray $yellow
## KEYBINDINGS
# Set modifiers
@ -111,7 +119,6 @@ bindsym $mod+o exec --no-startup-id "~/.bin/i3-settree"
# Miscellaneous non-movement hotkeys
bindsym $ctl+$mod+l exec --no-startup-id "loginctl lock-session"
bindsym $mod+$shift+c reload
bindsym $mod+$shift+r restart
# change focus
bindsym $mod+h focus left