From df2f9515f222566ead85a8089de3badcbf02de97 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Wed, 25 Mar 2020 19:33:49 -0500 Subject: [PATCH] Whisker menu update for GTK3.24 Changed the default image to Chicago95. --- Theme/Chicago95/gtk-3.24/apps/whiskermenu.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css b/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css index 06019c2..62e69d0 100644 --- a/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css +++ b/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css @@ -76,7 +76,7 @@ the whisker menu without having to correct their pointer location. */ padding: 0px; } #whiskermenu-window frame { /* - These are the Whisker Menu side bar to replicate Windows 95 + These are the Whisker Menu side bar to replicate Windows 95. comment w95-orig and uncomment which one you would prefer to use: - w95-orig: the original from the boss - w95: Replicated version of the origina in a higher resolution @@ -85,10 +85,10 @@ the whisker menu without having to correct their pointer location. */ If none of these catch your fancy edit misc/whisker-sidebar.svg in Inkscape */ - background-image: url("../assets/branding_w95-orig.png"); +/* background-image: url("../assets/branding_w95-orig.png"); */ /* background-image: url("../assets/branding_w95.png"); */ /* background-image: url("../assets/branding_l95.png"); */ -/* background-image: url("../assets/branding_C95.png"); */ + background-image: url("../assets/branding_C95.png"); background-repeat: no-repeat; background-position: 0% 100%; } #whiskermenu-window frame > stack {