Sunday, 22 September 2024

Ubuntu 24.04.1 - libadwaita apps can't detect dark mode - fix

Found solution here on Stackoverflow. Open /etc/environment
sudo nano /etc/environment
Then add the following line to the end of it.
ADW_DEBUG_COLOR_SCHEME=prefer-dark
Save it and source it,
source /etc/environment
Logout and Login. Should libadwaita apps work in dark mode now.

No comments:

Post a Comment