Add screen number overlays
This commit is contained in:
@@ -8,12 +8,9 @@ spinner.visible {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.head {
|
||||
border: 1px solid @borders;
|
||||
border-radius: 1px;
|
||||
background-color: @theme_bg_color;
|
||||
transition: background-color 200ms ease-in-out;
|
||||
}
|
||||
.head:hover {
|
||||
.output-overlay {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
border-radius: 8px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
@@ -50,6 +50,20 @@
|
||||
<property name="position">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkModelButton">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="action_name">app.show-overlay</property>
|
||||
<property name="text" translatable="yes">Show Numbers on Screens</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">True</property>
|
||||
<property name="position">2</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
||||
Reference in New Issue
Block a user