home/waybar(fix): fix gammastep module

This commit is contained in:
Gabriel Fontes
2022-07-18 17:38:43 -03:00
parent 53eb2081fa
commit 68ea522129
@@ -236,7 +236,9 @@ in
"deactivating" = " ";
"inactive" = "? ";
"active (Nighttime)" = " ";
"active (Transition (Night)" = " ";
"active (Daytime)" = " ";
"active (Transition (Day)" = " ";
};
on-click = "${systemctl} --user is-active gammastep && ${systemctl} --user stop gammastep || ${systemctl} --user start gammastep";
};