Make Qt look-a-like Gnome and respect dark mode
This commit is contained in:
parent
8d7cb6b69b
commit
a1da7beb48
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
LIBVA_DRIVER_NAME=iHD
|
LIBVA_DRIVER_NAME=iHD
|
||||||
MOZ_ENABLE_WAYLAND=1
|
MOZ_ENABLE_WAYLAND=1
|
||||||
QT_QPA_PLATFORM=wayland-egl
|
QT_QPA_PLATFORM=wayland-egl
|
||||||
|
QT_QPA_PLATFORMTHEME=gnome
|
||||||
WLR_DRM_NO_MODIFIERS=1
|
WLR_DRM_NO_MODIFIERS=1
|
||||||
XDG_CURRENT_DESKTOP=sway
|
XDG_CURRENT_DESKTOP=sway
|
||||||
XDG_SESSION_TYPE=wayland
|
XDG_SESSION_TYPE=wayland
|
||||||
|
|
|
@ -138,6 +138,7 @@ packages=(
|
||||||
#xournalpp # Handwriting tool
|
#xournalpp # Handwriting tool
|
||||||
#signal-desktop # Secure mobile messenger
|
#signal-desktop # Secure mobile messenger
|
||||||
# Fonts & themes
|
# Fonts & themes
|
||||||
|
qgnomeplatform-qt5
|
||||||
# Fallback font with huge coverage and colored emojis
|
# Fallback font with huge coverage and colored emojis
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-extra
|
noto-fonts-extra
|
||||||
|
|
Loading…
Reference in a new issue