Niri-basierter Wayland-Desktop mit greetd/regreet, Catppuccin Mocha Theming, Rofi-Menus, Waybar und vollstaendiger Post-Install-Automatisierung. Archinstall-Config klont das Repo automatisch via custom-commands, danach genuegt ein einzelner Befehl fuer die komplette Einrichtung.
36 lines
901 B
XML
36 lines
901 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkMenu" id="menu">
|
|
<child>
|
|
<object class="GtkMenuItem" id="lock">
|
|
<property name="label"> Lock</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkMenuItem" id="logout">
|
|
<property name="label"> Logout</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkMenuItem" id="hibernate">
|
|
<property name="label"> Hibernate</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkMenuItem" id="reboot">
|
|
<property name="label"> Reboot</property>
|
|
</object>
|
|
</child>
|
|
|
|
|
|
<child>
|
|
<object class="GtkSeparatorMenuItem" id="delimiter1"/>
|
|
</child>
|
|
|
|
<child>
|
|
<object class="GtkMenuItem" id="shutdown">
|
|
<property name="label"> Shutdown</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface> |