INSTALL.md update

This commit is contained in:
EMH-Mark-I 2019-05-14 20:52:42 -05:00
parent a025b58f6d
commit 6786434bb3

View File

@ -13,6 +13,7 @@
* [Start Buttons](#start_buttons) * [Start Buttons](#start_buttons)
* [Additional Enhancements](#add_enhance) * [Additional Enhancements](#add_enhance)
* [Launcher Button icon scaling](#button_scale) (*For legacy GTK2 panelbars only*) * [Launcher Button icon scaling](#button_scale) (*For legacy GTK2 panelbars only*)
* [Thunar status indicator](#thunar)
* [QT5 theme configration with qt5ct](#config_qt5ct) * [QT5 theme configration with qt5ct](#config_qt5ct)
* [GTK Overlay Scrollbars](#gtk_scroll) * [GTK Overlay Scrollbars](#gtk_scroll)
* [Desktop Shadow effects](#desktop_shadow) * [Desktop Shadow effects](#desktop_shadow)
@ -269,6 +270,22 @@ If you use a vertical deskbar, you could add a second row from the panel propert
[[Return to Index]](#index) [[Return to Index]](#index)
<a name="thunar"/>
### Thunar status indicator
The thunar status indicator can be modified on line 57 in `/home/$USER/.themes/Chicago95/gtk-3.24/apps/thunar.css`. The line will appear as `background-image: url("../assets/status_badge_tux.png");`
You can modify the background-image name with three of the following images.
- status_badge_msw.png
- status_badge_tux.png
- status_badge_xue.png
If you want to disable the background image you can delete the line as well as line 52 which sets the background colour.
[[Return to Index]](#index)
<a name="config_qt5ct"/> <a name="config_qt5ct"/>
### [ QT5 theme configration with qt5ct ] (advanced) ### [ QT5 theme configration with qt5ct ] (advanced)