testing
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user