fixes waybar. moves stuff to vicinae

This commit is contained in:
2026-01-22 08:16:55 +01:00
parent 03e8aa1343
commit 810060dc10
25 changed files with 1435 additions and 558 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="performance">
<property name="label">performance</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="balanced">
<property name="label">balanced (current)</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="power-saver">
<property name="label">power-saver</property>
</object>
</child>
</object>
</interface>