Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/grassmunk/Chicago95
Browse files Browse the repository at this point in the history
  • Loading branch information
EMH-Mark-I authored and EMH-Mark-I committed May 13, 2022
2 parents 996434a + 6235d72 commit 7159007
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* [Launcher Button icon scaling](#button_scale) (*For legacy GTK2 panelbars only*)
* [Thunar status indicator](#thunar)
* [QT5 theme configration with qt5ct](#config_qt5ct)
* [Apply GTK theme for Flatpak applications](#flatpak_config)
* [GTK Overlay Scrollbars](#gtk_scroll)
* [Desktop Shadow effects](#desktop_shadow)
* [Desktop background color](#desktop_color)
Expand Down Expand Up @@ -382,6 +383,31 @@ Once you are logged back into your desktop you can access `Qt5 Settings` (or run

[[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"/>

### [ GTK Overlay Scrollbars ]
Expand Down
2 changes: 1 addition & 1 deletion Theme/Chicago95/gtk-3.0/gtk-headerbars.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ headerbar,
headerbar .subtitle:backdrop,
headerbar:backdrop > checkbutton label,
.titlebar:backdrop > checkbutton label {
color: @inactive_title_bg_color; }
color: @inactive_title_text_color; }
headerbar entry {
margin: 3px;
padding-top: 1px;
Expand Down

0 comments on commit 7159007

Please sign in to comment.