XDG icon theme loader now uses Wintergreen icons as fallback
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user