mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 23:54:19 +02:00
Merge branch 'master' of https://github.com/grassmunk/Chicago95
This commit is contained in:
commit
7159007f10
26
INSTALL.md
26
INSTALL.md
@ -17,6 +17,7 @@
|
|||||||
* [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)
|
* [Thunar status indicator](#thunar)
|
||||||
* [QT5 theme configration with qt5ct](#config_qt5ct)
|
* [QT5 theme configration with qt5ct](#config_qt5ct)
|
||||||
|
* [Apply GTK theme for Flatpak applications](#flatpak_config)
|
||||||
* [GTK Overlay Scrollbars](#gtk_scroll)
|
* [GTK Overlay Scrollbars](#gtk_scroll)
|
||||||
* [Desktop Shadow effects](#desktop_shadow)
|
* [Desktop Shadow effects](#desktop_shadow)
|
||||||
* [Desktop background color](#desktop_color)
|
* [Desktop background color](#desktop_color)
|
||||||
@ -382,6 +383,31 @@ Once you are logged back into your desktop you can access `Qt5 Settings` (or run
|
|||||||
|
|
||||||
[[Return to Index]](#index)
|
[[Return to Index]](#index)
|
||||||
|
|
||||||
|
<a name="flatpak_config"/>
|
||||||
|
|
||||||
|
### [ Apply GTK theme for Flatpak applications ] (advanced)
|
||||||
|
If you would like to enable theme support for appplications installed through Flatpak, then follow the below steps.
|
||||||
|
|
||||||
|
#### Step 1:
|
||||||
|
|
||||||
|
Permit Flatpak container applications file level access to the theme directory.
|
||||||
|
|
||||||
|
sudo flatpak override --filesystem=$HOME/.themes
|
||||||
|
|
||||||
|
*Note: Flatpak black lists `/usr/share/themes` from being accessible period, so you'll have to install the Chicago95 theme somewhere else; ideally in `~/.themes`*
|
||||||
|
|
||||||
|
#### Step 2:
|
||||||
|
|
||||||
|
Enable the Chicago95 GTK theme for Flatpak container applications.
|
||||||
|
|
||||||
|
sudo flatpak override --env=GTK_THEME=Chicago95
|
||||||
|
|
||||||
|
Now reload your Flatpak application to verify the theme change.
|
||||||
|
|
||||||
|
Something else worth noting. If you copy the Chicago95 icon theme into `/usr/share/icons`, then your Flatpak applications will default to that icon theme so long it's enabled.
|
||||||
|
|
||||||
|
[[Return to Index]](#index)
|
||||||
|
|
||||||
<a name="gtk_scroll"/>
|
<a name="gtk_scroll"/>
|
||||||
|
|
||||||
### [ GTK Overlay Scrollbars ]
|
### [ GTK Overlay Scrollbars ]
|
||||||
|
@ -35,7 +35,7 @@ headerbar,
|
|||||||
headerbar .subtitle:backdrop,
|
headerbar .subtitle:backdrop,
|
||||||
headerbar:backdrop > checkbutton label,
|
headerbar:backdrop > checkbutton label,
|
||||||
.titlebar:backdrop > checkbutton label {
|
.titlebar:backdrop > checkbutton label {
|
||||||
color: @inactive_title_bg_color; }
|
color: @inactive_title_text_color; }
|
||||||
headerbar entry {
|
headerbar entry {
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user