configures waybar

This commit is contained in:
Dennis Schoepf 2025-12-19 00:58:14 +01:00
parent e0b15d993b
commit 324357540d
8 changed files with 80 additions and 16 deletions

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkMenu" id="menu">
<child>
<object class="GtkMenuItem" id="lock">
<property name="label">Suspend</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="reboot">
<property name="label">Hibernate</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="shutdown">
<property name="label">Shutdown</property>
</object>
</child>
</object>
</interface>