This commit is contained in:
speedie 2022-12-15 22:17:20 +01:00
parent 13a17114a6
commit b31e2ed538

View file

@ -198,6 +198,7 @@ ResourcePref resources[] = {
{ "border.roundedcorners", INTEGER, &roundedcorners },
{ "border.cornerradius", INTEGER, &cornerradius },
#endif
/* Traditional color system support (for example useful for Pywal) */
{ "color0", STRING, &col_background },
{ "color0", STRING, &col_systray },