From b74fb85125825df8be2416e29cae8945f105677a Mon Sep 17 00:00:00 2001 From: pauljako Date: Sun, 30 Mar 2025 13:20:06 +0200 Subject: [PATCH] feat(sway): colorscheme --- sway/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sway/config b/sway/config index 3633d04..daca776 100755 --- a/sway/config +++ b/sway/config @@ -52,7 +52,7 @@ output * bg $background fill # 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. -exec swayidle -w timeout 60 "$lock" +exec swayidle -w timeout 120 "$lock" exec_always ~/.config/dotfiles/sway/lock.sh exec_always libinput-gestures @@ -86,6 +86,12 @@ layer_effects "launcher" { } gaps inner 2 + +# Colorscheme +client.focused #84A0C6 #84A0C6 #ffffff +client.urgent #E27878 #E27878 #ffffff +client.focused_inactive #2E313F #2E313F #ffffff + ### Input configuration # # Example configuration: