Black/Gold theme

This commit is contained in:
2025-08-18 22:38:52 +02:00
parent b046749d1f
commit f073b42adb
13 changed files with 159 additions and 134 deletions

View File

@@ -3,12 +3,14 @@
<object class="GtkMenu" id="menu">
<child>
<object class="GtkMenuItem" id="shutdown">
<property name="label">Shutdown</property>
<property name="label">Power Off</property>
<property name="tooltip-text">Terminate all systems and cut power supply</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="reboot">
<property name="label">Reboot</property>
<property name="tooltip-text">Reinitialize system components</property>
</object>
</child>
<child>
@@ -17,6 +19,7 @@
<child>
<object class="GtkMenuItem" id="lock">
<property name="label">Lock</property>
<property name="tooltip-text">Secure session and block access</property>
</object>
</child>
<child>
@@ -25,11 +28,7 @@
<child>
<object class="GtkMenuItem" id="suspend">
<property name="label">Suspend</property>
</object>
</child>
<child>
<object class="GtkMenuItem" id="hibernate">
<property name="label">Hibernate</property>
<property name="tooltip-text">Pause system operations, maintain minimal power</property>
</object>
</child>
</object>