Skip to content

Commit

Permalink
[window-buttons] Add /usr/local/share to theme lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfin authored and flexiondotorg committed Jun 18, 2019
1 parent 6506723 commit 94bc1ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions window-buttons-applet/window-buttons-theme.vala
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ namespace WindowWidgets {
Environment.get_home_dir() + "/.icons/mate-window-applets/" + _theme_name,
Environment.get_home_dir() + "/.themes/" + _theme_name + "/metacity-1",
Environment.get_home_dir() + "/.themes/" + _theme_name + "/unity",
"/usr/local/share/themes/" + _theme_name + "/metacity-1",
"/usr/local/share/themes/" + _theme_name + "/unity",
"/usr/share/themes/" + _theme_name + "/metacity-1",
"/usr/share/themes/" + _theme_name + "/unity"
};
Expand Down

0 comments on commit 94bc1ee

Please sign in to comment.