initial commit

This commit is contained in:
daniel fusser
2026-06-21 15:35:58 +02:00
committed by dafu
parent ce5bbf3916
commit 49462fb909
49 changed files with 2269 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkMenu" id="menu">
<child>
<object class="GtkMenuItem" id="performance">
<property name="label">Performance</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="balanced">
<property name="label">Balanced</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="powersaver">
<property name="label">Powersaver</property>
</object>
</child>
</object>
</interface>