summary refs log tree commit diff
path: root/.config/waybar/menu-network.xml
blob: 11b78f7489844ba7cd314013ccee83583cc6555e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <object class="GtkMenu" id="menu">
        <child>
            <object class="GtkMenuItem" id="open-netm">
                <property name="label">Open netm</property>
            </object>
        </child>
        <child>
            <object class="GtkMenuItem" id="airplane-mode">
                <property name="label">Toggle airplane mode</property>
            </object>
        </child>
    </object>
</interface>