fix typo broken json for waybar
@@ -3,7 +3,7 @@ polkit.addRule(function(action, subject) {
action.id == "org.corectrl.helperkiller.init") &&
subject.local == true &&
subject.active == true &&
- subject.isInGroup("your-user-group")) {
+ subject.isInGroup("sudo")) {
return polkit.Result.YES;
}
});
@@ -1,3 +1,4 @@
+{
"height": 30,
"spacing": 4,
"modules-left": ["sway/workspaces", "sway/mode"],