mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 07:34:36 +02:00
Minor update
This patch includes some adjustments for the whisker menu where opacity settings were not working. Panelbar tray icons where panelbar opacity settings were not working. Update to the README to remove the link to my Ubuntu 16.04 LTS theme. I'll still keep the theme, I just don't support it much anymore. Update to the INSTALL guide where there was some spelling mistakes.
This commit is contained in:
parent
9897b93674
commit
b65dab5bcc
@ -194,7 +194,7 @@ After installing qt5ct you will have to configure an environment variable so tha
|
|||||||
- Open a text editor as root or sudo elevation and navigate to `/etc/X11/Xsession.d/56xubuntu-session` (Note: 56xubuntu-session may be a different name if you are on a different distribution.)
|
- Open a text editor as root or sudo elevation and navigate to `/etc/X11/Xsession.d/56xubuntu-session` (Note: 56xubuntu-session may be a different name if you are on a different distribution.)
|
||||||
- There will be a line with the following "# QT5 apps to use GTK style" and below that the variable `export QT_QPA_PLATFORMTHEME=gtk2`
|
- There will be a line with the following "# QT5 apps to use GTK style" and below that the variable `export QT_QPA_PLATFORMTHEME=gtk2`
|
||||||
- Change the variable to `export QT_QPA_PLATFORMTHEME=qt5ct`
|
- Change the variable to `export QT_QPA_PLATFORMTHEME=qt5ct`
|
||||||
- Saved changes made the log out and log back into your system.
|
- Save changes made, then log out and log back into your system.
|
||||||
|
|
||||||
Once you are logged back into your desktop you can access Qt5 Settings.
|
Once you are logged back into your desktop you can access Qt5 Settings.
|
||||||
|
|
||||||
|
@ -21,9 +21,7 @@ GTK+ 3.22
|
|||||||
|
|
||||||
Xfce 4.12
|
Xfce 4.12
|
||||||
|
|
||||||
(A Window compositor is preferred.) [See here if you don't use a compositor.](https://github.com/EMH-Mark-I/Chicago95-Custom-XFCE4)
|
A Window compositor
|
||||||
|
|
||||||
(Preferred Linux distribution is Xubuntu 17.10 or 18.04) [See here for the 16.04 LTS version of the theme.](https://github.com/EMH-Mark-I/Chicago95-Custom-XUbuntu-16.04-)
|
|
||||||
|
|
||||||
## Install the system theme
|
## Install the system theme
|
||||||
[Click here](INSTALL.md) for install steps.
|
[Click here](INSTALL.md) for install steps.
|
||||||
|
38
Theme/Chicago95/gtk-3.0/apps/whiskermenu.css
Executable file → Normal file
38
Theme/Chicago95/gtk-3.0/apps/whiskermenu.css
Executable file → Normal file
@ -6,26 +6,27 @@ the whisker menu without having to correct their pointer location. */
|
|||||||
#whiskermenu-button {
|
#whiskermenu-button {
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
margin: 0px; }
|
margin: 0px;
|
||||||
|
background-color: transparent; }
|
||||||
#whiskermenu-button box {
|
#whiskermenu-button box {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
border-top: 1px solid #FFFFFF;
|
border-top: 1px solid @bg_bright;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid @bg_dark;
|
||||||
border-left: 1px solid #FFFFFF;
|
border-left: 1px solid @bg_bright;
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid @bg_dark;
|
||||||
box-shadow: inset -1px -1px #808080;
|
box-shadow: inset -1px -1px @bg_shade;
|
||||||
background-color: #c0c0c0; }
|
background-color: @bg_color; }
|
||||||
#whiskermenu-button:active box, #whiskermenu-button:checked box {
|
#whiskermenu-button:active box, #whiskermenu-button:checked box {
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 1px;
|
padding-right: 1px;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
border-bottom: 1px solid #FFF;
|
border-bottom: 1px solid @bg_bright;
|
||||||
border-right: 1px solid #FFF;
|
border-right: 1px solid @bg_bright;
|
||||||
border-top: 1px solid #000000;
|
border-top: 1px solid @bg_dark;
|
||||||
border-left: 1px solid #000000;
|
border-left: 1px solid @bg_dark;
|
||||||
box-shadow: inset -1px -1px #c0c0c0,
|
box-shadow: inset -1px -1px @bg_color,
|
||||||
inset 1px 1px #808080;
|
inset 1px 1px @bg_shade;
|
||||||
border-radius: 0px; }
|
border-radius: 0px; }
|
||||||
#whiskermenu-button image {
|
#whiskermenu-button image {
|
||||||
margin-right: -4px;
|
margin-right: -4px;
|
||||||
@ -52,23 +53,28 @@ the whisker menu without having to correct their pointer location. */
|
|||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
padding-bottom: 2px;}
|
padding-bottom: 2px; }
|
||||||
#whiskermenu-window button {
|
#whiskermenu-window button {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
min-height: 16px; }
|
min-height: 16px; }
|
||||||
#whiskermenu-window button:not(:hover):not(:checked) {
|
#whiskermenu-window button:not(:hover):not(:checked) {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
box-shadow: none;}
|
box-shadow: none;
|
||||||
|
background-color: transparent; }
|
||||||
#whiskermenu-window separator {
|
#whiskermenu-window separator {
|
||||||
margin: 5px; }
|
margin: 5px; }
|
||||||
#whiskermenu-window frame > box > box > scrolledwindow {
|
#whiskermenu-window frame > box > box > scrolledwindow {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
background-color: @bg_color;
|
background-color: transparent;
|
||||||
border-color: @bg_shade @bg_bright @bg_bright @bg_shade;
|
border-color: @bg_shade @bg_bright @bg_bright @bg_shade;
|
||||||
box-shadow: inset 1px 1px @bg_bright,
|
box-shadow: inset 1px 1px @bg_bright,
|
||||||
inset -1px -1px @bg_shade; }
|
inset -1px -1px @bg_shade; }
|
||||||
|
#whiskermenu-window frame > box > box > box button image {
|
||||||
|
padding: 0px; }
|
||||||
#whiskermenu-window entry {
|
#whiskermenu-window entry {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
min-height: 16px; }
|
min-height: 16px; }
|
||||||
|
#whiskermenu-window frame, #whiskermenu-window GtkListBox, #whiskermenu-window scrolledwindow, #whiskermenu-window viewport {
|
||||||
|
background-color: transparent;}
|
||||||
|
15
Theme/Chicago95/gtk-3.0/apps/xfce.css
Executable file → Normal file
15
Theme/Chicago95/gtk-3.0/apps/xfce.css
Executable file → Normal file
@ -10,7 +10,7 @@ XfceHeading {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.xfce4-panel {
|
.xfce4-panel {
|
||||||
background-color: #c0c0c0;
|
background-color: @bg_color;
|
||||||
color: @panel_fg_color;
|
color: @panel_fg_color;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
box-shadow: 0 0 0;
|
box-shadow: 0 0 0;
|
||||||
@ -22,19 +22,18 @@ XfceHeading {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
color: @panel_fg_color;
|
color: @panel_fg_color;
|
||||||
|
background-color: transparent;
|
||||||
box-shadow: 0 0 0;
|
box-shadow: 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xfce4-panel button:hover {
|
.xfce4-panel button:hover {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border-top: 1px solid #c0c0c0;
|
border-radius: 0;
|
||||||
border-bottom: 1px solid #000000;
|
border: 1px solid transparent;
|
||||||
border-left: 1px solid #c0c0c0;
|
color: @panel_fg_color;
|
||||||
border-right: 1px solid #000000;
|
background-color: @selected_bg_color;
|
||||||
box-shadow: inset 1px 1px #FFFFFF,
|
box-shadow: 0 0 0;
|
||||||
inset -1px -1px #808080;
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.xfce4-panel button:active,
|
.xfce4-panel button:active,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user