mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-26 23:24:29 +02:00
Update for testing Whisker menu
Testing branding themes in the Whisker Menu to replicate Windows95 branding seen in the Start Menu Updating the MS Sans serif font config file to enable font hinting. As well as update install instructions
This commit is contained in:
parent
bfe7aec02c
commit
b01c650046
@ -9,7 +9,7 @@
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</edit>
|
</edit>
|
||||||
<edit name="hinting" mode="assign">
|
<edit name="hinting" mode="assign">
|
||||||
<bool>false</bool>
|
<bool>true</bool>
|
||||||
</edit>
|
</edit>
|
||||||
<edit name="embolden" mode="assign">
|
<edit name="embolden" mode="assign">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
|
@ -421,6 +421,7 @@ We now need to install the MS Sans Serif fonts, as well as their font configurat
|
|||||||
#### System-wide install: ####
|
#### System-wide install: ####
|
||||||
- Run `sudo mkdir -p /usr/share/fonts/truetype/ms_sans_serif`
|
- Run `sudo mkdir -p /usr/share/fonts/truetype/ms_sans_serif`
|
||||||
- Copy `micross.ttf` and `MSSansSerif.ttf` to `/usr/share/fonts/truetype/ms_sans_serif`
|
- Copy `micross.ttf` and `MSSansSerif.ttf` to `/usr/share/fonts/truetype/ms_sans_serif`
|
||||||
|
- Verify that file permissions are set to -rw-r--r-- `sudo chmod 644 /usr/share/fonts/truetype/ms_sans_serif/*`
|
||||||
- Copy `Extras/99-ms-sans-serif.conf` and `Extras/99-ms-sans-serif-bold.conf` to `/etc/fonts/conf.d`
|
- Copy `Extras/99-ms-sans-serif.conf` and `Extras/99-ms-sans-serif-bold.conf` to `/etc/fonts/conf.d`
|
||||||
- Update the font cache by running `sudo fc-cache -f -v`
|
- Update the font cache by running `sudo fc-cache -f -v`
|
||||||
|
|
||||||
|
@ -53,6 +53,9 @@ the whisker menu without having to correct their pointer location. */
|
|||||||
* Whisker Menu **
|
* Whisker Menu **
|
||||||
****************/
|
****************/
|
||||||
|
|
||||||
|
|
||||||
|
#whiskermenu-window {
|
||||||
|
box-shadow: inset 22px 0 @bg_shade; }
|
||||||
#whiskermenu-window treeview {
|
#whiskermenu-window treeview {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
@ -71,7 +74,13 @@ the whisker menu without having to correct their pointer location. */
|
|||||||
border: 1px solid @bg_shade;
|
border: 1px solid @bg_shade;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
padding: 0px; }
|
padding: 0px; }
|
||||||
#whiskermenu-window frame > stack > box > stack > box > scrolledwindow {
|
#whiskermenu-window frame {
|
||||||
|
background-image: url("../assets/branding_w95.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 0% 100%; }
|
||||||
|
#whiskermenu-window frame > stack {
|
||||||
|
margin-left: 18px; }
|
||||||
|
#whiskermenu-window frame > stack > box > stack > box > scrolledwindow {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-top: 1px solid transparent;
|
border-top: 1px solid transparent;
|
||||||
border-right: 1px solid transparent;
|
border-right: 1px solid transparent;
|
||||||
@ -88,7 +97,7 @@ the whisker menu without having to correct their pointer location. */
|
|||||||
#whiskermenu-window frame > stack > box > stack > box > scrolledwindow button:active,
|
#whiskermenu-window frame > stack > box > stack > box > scrolledwindow button:active,
|
||||||
#whiskermenu-window frame > stack > box > stack > box > scrolledwindow button:checked {
|
#whiskermenu-window frame > stack > box > stack > box > scrolledwindow button:checked {
|
||||||
color: white; }
|
color: white; }
|
||||||
#whiskermenu-window > frame > stack > box > box:first-child {
|
#whiskermenu-window > frame > stack > box > box:first-child {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: @text_color;
|
color: @text_color;
|
||||||
|
BIN
Theme/Chicago95/gtk-3.24/assets/branding_w95.png
Normal file
BIN
Theme/Chicago95/gtk-3.24/assets/branding_w95.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 660 B |
Loading…
x
Reference in New Issue
Block a user