You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calendar is using the yad command, which uses your GTK themes as color palettes for the various widgets it provides.
I found this ArchWiki page that describes how to handle GTK themes with this exact section detailing how you can change the configuration files to prefer a dark theme over a light theme.
I ran this command in my shell: gsettings set org.gnome.desktop.interface color-scheme prefer-dark
And added gtk-application-prefer-dark-theme = true to my /usr/share/gtk-3.0/settings.ini, and it changed to dark theme.
I did not try this myself, but if you wouldn't prefer a system wide change, this section details where you can find (or create) the user configuration files.
Dear Community,
how can I set the calendar module https://github.com/vivien/i3blocks-contrib/tree/master/calendar into dark mode as shown in the preview?
Thank you in advance!
The text was updated successfully, but these errors were encountered: