diff --git a/INSTALL.md b/INSTALL.md
index cd7a46c..2486ef3 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -24,6 +24,7 @@
* [MS Sans Serif font](#ms_sans_serif)
* [Terminal fonts](#terminal_fonts)
* [Terminal themes](#terminal_themes)
+ * [Whisker Menu](#whiker_menu)
* [Windows 95 login startup sound](#startup_sound)
* [HiDPI (experimental)](#hidpi)
* [Common issues](#common_issues)
@@ -466,6 +467,22 @@ To get the startup message, add the contents of `Extras/ZSHDOSrc` to your `.zshr
[[Return to Index]](#index)
+
+
+#### Whisker Menu Side Bar Theme
+Whisker menu comes with the *Windows 95* side bar. You can change this by editing the file `~/.themes/Chicago95/gtk-3.24/apps/whiskermenu.css`
+
+Find the line `background-image: url("../assets/branding_w95-orig.png");` comment it by placing `/*` and `*/` around it and uncomment one of the other lines:
+
+* branding_w95-orig.png: the original from the boss
+* branding_w95.png: Replicated version of the origina in a higher resolution
+* branding_l95.png: A linux version
+* branding_C95.png: Branded version of this theme
+
+If none of these catch your fancy edit `~/.themes/Chicago95/misc/whisker-sidebar.svg` in Inkscape, export as PNG and replace `branding_w95-orig.png`
+
+[[Return to Index]](#index)
+
### [ Windows 95 login startup sound ]
diff --git a/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css b/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css
index 0885a85..06019c2 100644
--- a/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css
+++ b/Theme/Chicago95/gtk-3.24/apps/whiskermenu.css
@@ -75,7 +75,20 @@ the whisker menu without having to correct their pointer location. */
box-shadow: none;
padding: 0px; }
#whiskermenu-window frame {
- background-image: url("../assets/branding_w95.png");
+/*
+ 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
+ - l95: A linux version
+ - C95: Branded version of this theme
+ 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.png"); */
+/* background-image: url("../assets/branding_l95.png"); */
+/* background-image: url("../assets/branding_C95.png"); */
background-repeat: no-repeat;
background-position: 0% 100%; }
#whiskermenu-window frame > stack {
diff --git a/Theme/Chicago95/gtk-3.24/assets/branding_C95.png b/Theme/Chicago95/gtk-3.24/assets/branding_C95.png
new file mode 100644
index 0000000..3ac5912
Binary files /dev/null and b/Theme/Chicago95/gtk-3.24/assets/branding_C95.png differ
diff --git a/Theme/Chicago95/gtk-3.24/assets/branding_l95.png b/Theme/Chicago95/gtk-3.24/assets/branding_l95.png
new file mode 100644
index 0000000..a61f2d0
Binary files /dev/null and b/Theme/Chicago95/gtk-3.24/assets/branding_l95.png differ
diff --git a/Theme/Chicago95/gtk-3.24/assets/branding_w95-orig.png b/Theme/Chicago95/gtk-3.24/assets/branding_w95-orig.png
new file mode 100644
index 0000000..7b7a660
Binary files /dev/null and b/Theme/Chicago95/gtk-3.24/assets/branding_w95-orig.png differ
diff --git a/Theme/Chicago95/gtk-3.24/assets/branding_w95.png b/Theme/Chicago95/gtk-3.24/assets/branding_w95.png
index 0eab42b..66f4523 100644
Binary files a/Theme/Chicago95/gtk-3.24/assets/branding_w95.png and b/Theme/Chicago95/gtk-3.24/assets/branding_w95.png differ
diff --git a/Theme/Chicago95/misc/whisker-sidebar.svg b/Theme/Chicago95/misc/whisker-sidebar.svg
new file mode 100644
index 0000000..db1a20a
--- /dev/null
+++ b/Theme/Chicago95/misc/whisker-sidebar.svg
@@ -0,0 +1,148 @@
+
+