Enable dark theme.
This should hopefully carry over into the browser and such so I don't get blinded.
This commit is contained in:
@@ -11,6 +11,9 @@ export WLR_RENDERER=vulkan
|
||||
# Enable wayland support for firefox
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
# Enable dark theme
|
||||
# export QT_STYLE_OVERRIDE=adwaita-dark
|
||||
|
||||
# Wayland seems enabled by default for qt5 with qt5-wayland installed but if a proprietary program bundles their own qt then I may have to set QT_QPA_PLATFORM="wayland;xcb"
|
||||
# Wayland does not seem enabled for gtk apps and setting GDK_BACKEND=wayland did not change that.
|
||||
|
||||
|
||||
@@ -9,4 +9,7 @@ export XDG_CURRENT_DESKTOP=sway
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
#export WLR_RENDERER=vulkan
|
||||
|
||||
# Enable dark theme
|
||||
# export QT_STYLE_OVERRIDE=adwaita-dark
|
||||
|
||||
exec sway -d &> $HOME/.config/swaylog
|
||||
|
||||
2
ansible/roles/sway/files/settings.ini
Normal file
2
ansible/roles/sway/files/settings.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=1
|
||||
Reference in New Issue
Block a user