feat(sway): colorscheme

This commit is contained in:
Paul Fey 2025-03-30 13:20:06 +02:00
parent aff27108bd
commit b74fb85125

View file

@ -52,7 +52,7 @@ output * bg $background fill
# your displays after another 300 seconds, and turn your screens back on when # your displays after another 300 seconds, and turn your screens back on when
# resumed. It will also lock your screen before your computer goes to sleep. # resumed. It will also lock your screen before your computer goes to sleep.
exec swayidle -w timeout 60 "$lock" exec swayidle -w timeout 120 "$lock"
exec_always ~/.config/dotfiles/sway/lock.sh exec_always ~/.config/dotfiles/sway/lock.sh
exec_always libinput-gestures exec_always libinput-gestures
@ -86,6 +86,12 @@ layer_effects "launcher" {
} }
gaps inner 2 gaps inner 2
# Colorscheme
client.focused #84A0C6 #84A0C6 #ffffff
client.urgent #E27878 #E27878 #ffffff
client.focused_inactive #2E313F #2E313F #ffffff
### Input configuration ### Input configuration
# #
# Example configuration: # Example configuration: