From 7dac76d747e87227af86be7e901fcc9be3a29c71 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 18 Nov 2022 00:36:04 +0000 Subject: [PATCH] Switch active titlebar colour from light blue to medium grey. Remove titlebar borders for all window states. --- sway/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sway/config b/sway/config index 2967f3e..ed8cff0 100644 --- a/sway/config +++ b/sway/config @@ -168,11 +168,11 @@ font pango:monospace 9 # Colors. ## Class Border Backgr Text Indicator Child_border -client.focused #4c7899 #285577 #ffffff #2e9ef4 #285577 -client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a -client.unfocused #333333 #222222 #888888 #292d2e #222222 -client.urgent #2f343a #c79500 #000000 #900000 #900000 -client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c +client.focused #585858 #585858 #ffffff #2e9ef4 #285577 +client.focused_inactive #5f677a #5f676a #ffffff #484e50 #5f676a +client.unfocused #222222 #222222 #888888 #292d2e #222222 +client.urgent #c79500 #c79500 #000000 #900000 #900000 +client.placeholder #0c0c0c #0c0c0c #ffffff #000000 #0c0c0c client.background #ffffff # Open specific software on specific workspaces.