Chicago95 patch fixes

This patch addresses the following issues with some exceptions. #289 #284 #280
Updated the README.md to include the xfce4-panel-profiles as a required package.
Made a correction in the INSTALL.md doc for copying the Helvetica font.
Updated the Whisker menu panel plugin button to use the Helvetica font if it's installed.
Cosmetic updates to the XFCE panel systray, terminal, and GTK filechooser.
This commit is contained in:
EMH-Mark-I 2023-06-08 15:22:37 -05:00
parent 8b37a3987f
commit 5670fde8ce
5 changed files with 16 additions and 7 deletions

View File

@ -485,9 +485,9 @@ For an authentic Windows 95 feel, you can use the included cronyx-cyrillic Helve
#### Helvetica install #### Helvetica install
To install the Helvetica font, you'll need to copy the "cronyx-cyrillic" folder from the `Fonts/` directory into either `~/.fonts` for only a user install or `/usr/share/fonts` for a system-wide install. To install the Helvetica font, you'll need to copy the "cronyx-cyrillic" folder from the `Fonts/` directory into either `~/.fonts` for only a user install or `/usr/share/fonts` for a system-wide install.
cp -r Chicago95-master/Fonts/cronyx-cyrillic ~/.fonts cp -r Chicago95-master/Fonts/bitmap/cronyx-cyrillic ~/.fonts
cp -r Chicago95-master/Fonts/cronyx-cyrillic /usr/share/fonts cp -r Chicago95-master/Fonts//bitmap/cronyx-cyrillic /usr/share/fonts
By default, some systems block bitmap fonts. To enable this and other bitmap fonts, run the following command: By default, some systems block bitmap fonts. To enable this and other bitmap fonts, run the following command:

View File

@ -25,6 +25,7 @@ I was unhappy with the various XFCE/GTK2/GTK3 Windows 95 based themes and decide
- GTK+ 3.22 or 3.24 - GTK+ 3.22 or 3.24
- Xfce 4.12, 4.14, 4.16 - Xfce 4.12, 4.14, 4.16
- gtk2-engines-pixbuf (Recommended for GTK2 applications) - gtk2-engines-pixbuf (Recommended for GTK2 applications)
- The xfce4-panel-profiles package
- A Window compositor - A Window compositor
(If your are using an older desktop that uses GTK3.18, you can use [this forked version of the theme.](https://github.com/EMH-Mark-I/Chicago95-Custom-XUbuntu-16.04-)) (If your are using an older desktop that uses GTK3.18, you can use [this forked version of the theme.](https://github.com/EMH-Mark-I/Chicago95-Custom-XUbuntu-16.04-))

View File

@ -53,3 +53,7 @@ filechooser revealer > box > stack {
filechooser revealer > box > stack button label { filechooser revealer > box > stack button label {
padding-left: 0px; padding-left: 0px;
padding-right: 0px; }*/ padding-right: 0px; }*/
filechooser scrolledwindow {
border: 2px solid @border_dark;
border-image: url("../assets/frame_inset.png");
border-image-slice: 2 2 2 2; }

View File

@ -39,7 +39,7 @@ the whisker menu without having to correct their pointer location. */
padding: 1px; padding: 1px;
border: none; border: none;
color: black; color: black;
font-family: "Microsoft Sans Serif", Sans, Sans-Serif; font-family: Helvetica, "Microsoft Sans Serif", Sans, Sans-Serif;
font-weight: bold; } font-weight: bold; }
/**************** /****************

View File

@ -121,8 +121,8 @@ wnck-pager {
border: none; border: none;
box-shadow: none; box-shadow: none;
margin: 0px; margin: 0px;
/* background-color: @bg_color; } */ background-color: @bg_color; }
background-color: transparent; } /* background-color: transparent; } */
/* Tasklist */ /* Tasklist */
.tasklist .toggle { .tasklist .toggle {
/* We remove borders and shadows for the '.tasklist' '.toggle' button /* We remove borders and shadows for the '.tasklist' '.toggle' button
@ -232,15 +232,19 @@ wnck-pager {
/* XFCE terminal */ /* XFCE terminal */
#xfce4-terminal-notebook overlay > box, #xfce4-terminal-notebook overlay > box,
#xfce4-terminal-notebook stack > box { #xfce4-terminal-notebook stack > box,
#xfce4-terminal-notebook stack scrolledwindow {
border: 2px solid @border_dark; border: 2px solid @border_dark;
border-image: url("../assets/frame_inset.png"); border-image: url("../assets/frame_inset.png");
border-image-slice: 2 2 2 2; border-image-slice: 2 2 2 2;
box-shadow: none; } box-shadow: none; }
.fullscreen #xfce4-terminal-notebook overlay > box, .fullscreen #xfce4-terminal-notebook overlay > box,
.fullscreen #xfce4-terminal-notebook stack > box, .fullscreen #xfce4-terminal-notebook stack > box,
.fullscreen #xfce4-terminal-notebook stack scrolledwindow,
.maximized #xfce4-terminal-notebook overlay > box, .maximized #xfce4-terminal-notebook overlay > box,
.maximized #xfce4-terminal-notebook stack > box { .maximized #xfce4-terminal-notebook stack > box,
.maximized #xfce4-terminal-notebook stack scrolledwindow {
margin: 0px;
border: none; border: none;
border-image: none; border-image: none;
box-shadow: none; } box-shadow: none; }