dotfiles/home/user/.config/waybar/power_menu.xml
2026-08-03 13:18:57 +03:00

39 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkMenu" id="menu">
<child>
<object class="GtkMenuItem" id="exit">
<property name="label">🚪 Exit</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="reboot">
<property name="label">🔄 Reboot</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="shutdown">
<property name="label">⏻ Shutdown</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="suspend">
<property name="label">💤 Suspend</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="lock">
<property name="label">🔒 Lock</property>
</object>
</child>
<child>
<object class="GtkSeparatorMenuItem" id="delimiter1"/>
</child>
<child>
<object class="GtkMenuItem" id="uefi_reboot">
<property name="label">⚙️ UEFI</property>
</object>
</child>
</object>
</interface>