diff options
-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> |