Black/Gold theme
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user