Skip to content

Commit 7159007

Browse files
EMH-Mark-IEMH-Mark-I
authored andcommitted
2 parents 996434a + 6235d72 commit 7159007

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

INSTALL.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* [Launcher Button icon scaling](#button_scale) (*For legacy GTK2 panelbars only*)
1818
* [Thunar status indicator](#thunar)
1919
* [QT5 theme configration with qt5ct](#config_qt5ct)
20+
* [Apply GTK theme for Flatpak applications](#flatpak_config)
2021
* [GTK Overlay Scrollbars](#gtk_scroll)
2122
* [Desktop Shadow effects](#desktop_shadow)
2223
* [Desktop background color](#desktop_color)
@@ -382,6 +383,31 @@ Once you are logged back into your desktop you can access `Qt5 Settings` (or run
382383

383384
[[Return to Index]](#index)
384385

386+
<a name="flatpak_config"/>
387+
388+
### [ Apply GTK theme for Flatpak applications ] (advanced)
389+
If you would like to enable theme support for appplications installed through Flatpak, then follow the below steps.
390+
391+
#### Step 1:
392+
393+
Permit Flatpak container applications file level access to the theme directory.
394+
395+
sudo flatpak override --filesystem=$HOME/.themes
396+
397+
*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`*
398+
399+
#### Step 2:
400+
401+
Enable the Chicago95 GTK theme for Flatpak container applications.
402+
403+
sudo flatpak override --env=GTK_THEME=Chicago95
404+
405+
Now reload your Flatpak application to verify the theme change.
406+
407+
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.
408+
409+
[[Return to Index]](#index)
410+
385411
<a name="gtk_scroll"/>
386412

387413
### [ GTK Overlay Scrollbars ]

Theme/Chicago95/gtk-3.0/gtk-headerbars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ headerbar,
3535
headerbar .subtitle:backdrop,
3636
headerbar:backdrop > checkbutton label,
3737
.titlebar:backdrop > checkbutton label {
38-
color: @inactive_title_bg_color; }
38+
color: @inactive_title_text_color; }
3939
headerbar entry {
4040
margin: 3px;
4141
padding-top: 1px;

0 commit comments

Comments
 (0)