diff options
author | ZachIR <zachir@librem.one> | 2025-02-28 11:29:23 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-02-28 11:43:53 -0600 |
commit | 18450042569408f80694a252dd17b7d1d22ecbfb (patch) | |
tree | 8611dbf18ef5ab52f9968dce015a12fc1a7ab144 /sh/profile | |
parent | e3cde1579bbc9e07c0afc71084c9b5e83adf4ed7 (diff) |
Fix gtk and qt theming
Also set the theme back to green instead of white
Diffstat (limited to 'sh/profile')
-rw-r--r-- | sh/profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ export GDK_SCALE=1 export GDK_DPI_SCALE=1 # Theming -export QT_QPA_PLATFORMTHEME=qt5ct +export QT_QPA_PLATFORMTHEME=qt6ct # Fix wayland stuff export MOZ_ENABLE_WAYLAND=1 |