XDG icon theme loader now uses Wintergreen icons as fallback

This commit is contained in:
2024-05-28 22:13:42 -04:00
parent fc41696b5e
commit cf3b7ca651
2 changed files with 26 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ func Init () error {
iconThemeName := os.Getenv("TOMO_XDG_ICON_THEME")
if iconThemeName != "" {
iconTheme, err := xdgIcons.FindThemeWarn(iconThemeName)
iconTheme, err := xdgIcons.FindThemeWarn(iconThemeName, theme.IconTheme)
if err == nil {
theme.IconTheme = iconTheme
} else {