Skip to content

Commit

Permalink
Proper method of finding XFCE theme reloading capability
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEX11BR committed Oct 11, 2021
1 parent 9e069cc commit c429fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/applythemes.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ def getThemeApplier():
return GnomeApplyThemes()
elif isRunning("csd-xsettings"):
return CinnamonApplyThemes()
elif isRunning("xfsettingsd"):
return XfconfApplyThemes()
elif isRunning("xsettingsd"):
return XsettingsdApplyThemes()
elif isRunning("xfconfd"):
return XfconfApplyThemes()
else:
return BaseApplyThemes()

0 comments on commit c429fd0

Please sign in to comment.