From ae7733a7767998cfce5dee6aa3c5eaba08cc93c8 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Mon, 7 Oct 2024 11:47:43 +0200 Subject: [PATCH] sway: green color on active window title --- dotfiles/.config/sway/config.d/50-style.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/.config/sway/config.d/50-style.conf b/dotfiles/.config/sway/config.d/50-style.conf index a2c938c..e28733b 100644 --- a/dotfiles/.config/sway/config.d/50-style.conf +++ b/dotfiles/.config/sway/config.d/50-style.conf @@ -1,6 +1,6 @@ # Remove title from windows -default_border pixel 1 +default_border pixel 2 default_floating_border normal bindsym $mod+t border toggle @@ -15,14 +15,14 @@ set $bi #3f3f3f # Foreground active set $fa #eff1f5 # Foreground inactive -set $fi #646464 +set $fi #8a8a8a # Border active -set $bra #9a9a9a +set $bra #449a64 # Border inactive set $bri #000000 # class border backgr. text indicator child_border -client.focused $bra $bra $bg $bg $bra +client.focused $bra $bra $fa $bg $bra client.focused_inactive $bra $ba $fa $bg $bri client.unfocused $bri $bi $fi $bg $bri #client.urgent $br $br $fg $bg $br #currently not implemented