Is there a way to set a global ‘dark-mode’ on Sway Windows Manager?
It depends what exactly do you mean by global dark mode and what apps are you using. But yeah, there is a way, but usually it means that you have to script some parts yourself.
You might be interested in checking out darkman, daemon for dark-mode and light-mode transitions, which was created with Sway in mind.
For example if you want to change theme of the Sway, waybar and GTK apps, you would need to somehow script change and waybar, Sway reload and probably some kind of gsettings set org.gnome.desktop.interface color-scheme ‘prefer-dark’ toggle.
1 Like