mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-11-17 02:35:57 +01:00
13 lines
559 B
Diff
13 lines
559 B
Diff
diff --git a/libhyprcursor/hyprcursor.cpp b/libhyprcursor/hyprcursor.cpp
|
|
index 304ab9f..1f7e95d 100644
|
|
--- a/libhyprcursor/hyprcursor.cpp
|
|
+++ b/libhyprcursor/hyprcursor.cpp
|
|
@@ -14,7 +14,7 @@
|
|
using namespace Hyprcursor;
|
|
|
|
// directories for lookup
|
|
-constexpr const std::array<const char*, 1> systemThemeDirs = {"/usr/share/icons"};
|
|
+constexpr const std::array<const char*, 2> systemThemeDirs = {"/usr/share/icons", "/run/current-system/sw/share/icons"};
|
|
constexpr const std::array<const char*, 2> userThemeDirs = {"/.local/share/icons", "/.icons"};
|
|
|
|
//
|