mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2026-05-05 07:37:58 +02:00
lib: more stylistic errors fixed
This commit is contained in:
parent
4e738329bc
commit
3f2de8090b
1 changed files with 3 additions and 1 deletions
|
|
@ -33,7 +33,9 @@ static std::vector<std::string> getSystemThemeDirs() {
|
|||
const std::vector<std::string> systemThemeDirs = getSystemThemeDirs();
|
||||
constexpr const std::array<const char*, 2> userThemeDirs = {"/.local/share/icons", "/.icons"};
|
||||
|
||||
static std::string themeNameFromEnv(PHYPRCURSORLOGFUNC logfn) {
|
||||
//
|
||||
|
||||
static std::string themeNameFromEnv(PHYPRCURSORLOGFUNC logfn) {
|
||||
const auto ENV = getenv("HYPRCURSOR_THEME");
|
||||
if (!ENV) {
|
||||
Debug::log(HC_LOG_INFO, logfn, "themeNameFromEnv: env unset");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue