From ee31da580b31d8bef7801c5b9091928b4accb45e Mon Sep 17 00:00:00 2001 From: callmejoe <37476191+mrsteve0924@users.noreply.github.com> Date: Sat, 21 Feb 2026 01:13:04 -0500 Subject: [PATCH 1/2] Updated background_color examples to match GTK4 css style format --- wf-shell.ini.example | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wf-shell.ini.example b/wf-shell.ini.example index e95fd8c1a..b7073423d 100644 --- a/wf-shell.ini.example +++ b/wf-shell.ini.example @@ -40,10 +40,11 @@ layer = top # Possible values are only "top" and "bottom" position = top -# set the background color. +# set the background color background_color = gtk_headerbar # match the color of a GtkHeaderbar -#background_color = \#555f # Hex color (4 or 8 Bytes), for example \#ffff or \#ffffffff for white -#background_color = 0.033 0.041 0.047 0.9 # RGBA color, 1.0 0.0 0.0 0.5 for semi-transparent red +#background_color = rgba(10, 50, 100, 0.7) #cool blue; 70% opacity (30% transparent) +#background_color = \#00FF0066 #bright green; 40% opacity (60% transparent) +background_color = rgba(0, 0, 0, 0.6) #black; 60% opacity # Configuration for the launchers widget From 1891164b2ce0e7fd1de513adcf3db7ffc484b8b3 Mon Sep 17 00:00:00 2001 From: callmejoe <37476191+mrsteve0924@users.noreply.github.com> Date: Sat, 21 Feb 2026 20:49:52 -0500 Subject: [PATCH 2/2] Update wf-shell.ini.example removed gtk_headerbar example setting --- wf-shell.ini.example | 1 - 1 file changed, 1 deletion(-) diff --git a/wf-shell.ini.example b/wf-shell.ini.example index b7073423d..a86e709de 100644 --- a/wf-shell.ini.example +++ b/wf-shell.ini.example @@ -41,7 +41,6 @@ layer = top position = top # set the background color -background_color = gtk_headerbar # match the color of a GtkHeaderbar #background_color = rgba(10, 50, 100, 0.7) #cool blue; 70% opacity (30% transparent) #background_color = \#00FF0066 #bright green; 40% opacity (60% transparent) background_color = rgba(0, 0, 0, 0.6) #black; 60% opacity