diff options
author | nathansmith <nathansmith@posteo.com> | 2025-04-11 06:39:56 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-04-11 06:39:56 -0600 |
commit | 70d361a3a7602950568d18eb3552bf29f0ef3a80 (patch) | |
tree | 703c46ab4929bc5b35ba6bdfac24e6450f412894 /distro_guides | |
parent | b567bc8810401d037ecc1e367459945a8700aa7d (diff) |
Finally added kvantum
Diffstat (limited to 'distro_guides')
-rw-r--r-- | distro_guides/xfce.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/distro_guides/xfce.html b/distro_guides/xfce.html index b4bdd95..900f912 100644 --- a/distro_guides/xfce.html +++ b/distro_guides/xfce.html @@ -49,7 +49,7 @@ table { (like this website), but it can look and feel great with some work! </p> <ul> - <li>Install nicer icons like papirus, can never go wrong with papirus icons. + <li>Install nicer icons like papirus, can never go wrong with papirus icons. then set them as your icon theme</li> <li> Install a better theme. Some good ones are: @@ -59,7 +59,13 @@ table { <li><a href="https://www.xfce-look.org/p/2098041" target="_blank">DoorMaker</a></li> <li><a href="https://www.xfce-look.org/p/1394325" target="_blank">BaZik</a></li> </ul> - </li> + </li> + <li> + Install kvantum and kvantum-qt5 to change qt themes. Add this to <code>/etc/environment</code> for kvantum to work:<br/> + <code> + QT_STYLE_OVERRIDE=kvantum + </code> + </li> <li> The default menu is alright but I like whisker menu more. <ul> |