This commit is contained in:
mjallen18
2025-11-25 10:16:26 -06:00
parent b62f49b362
commit 34181aa0c9
4 changed files with 231 additions and 21 deletions

View File

@@ -364,6 +364,11 @@ in
<property name="label">Reboot</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="lock">
<property name="label">Lock</property>
</object>
</child>
</object>
</interface>
'';
@@ -476,6 +481,7 @@ in
reboot = "reboot";
suspend = "systemctl suspend";
hibernate = "systemctl hibernate";
lock = "pidof hyprlock || hyprlock";
};
};
}
@@ -662,7 +668,7 @@ in
tooltip = true;
format = { };
interval = 30;
exec = "waybar-weather";
exec = "waybar-weather --waybar";
return-type = "json";
markup = "pango";
};