mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-12-22 23:09:49 +01:00
sensible
This commit is contained in:
parent
b2a89dfcb9
commit
57b7940dea
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ Hyprlang::CParseResult onNewButton(const char* K, const char* V) {
|
|||
}
|
||||
|
||||
bool userfg = false;
|
||||
auto fgcolor = configStringToInt("0");
|
||||
auto fgcolor = configStringToInt("rgb(ffffff)");
|
||||
|
||||
if (vars.size() == 5) {
|
||||
userfg = true;
|
||||
|
|
Loading…
Reference in a new issue