add Glade template

This commit is contained in:
piotr
2022-01-26 15:53:29 +01:00
parent 1ba92be082
commit 7fe62ed583
2 changed files with 2 additions and 2 deletions

View File

@@ -316,7 +316,7 @@
</packing>
</child>
<child>
<object class="GtkCheckButton" id="remove">
<object class="GtkCheckButton" id="always-show-icon">
<property name="label" translatable="yes">Always show icon</property>
<property name="visible">True</property>
<property name="can-focus">True</property>

View File

@@ -28,7 +28,7 @@ class SwayNC(Gtk.EventBox):
check_key(settings, "interval", 1)
check_key(settings, "root-css-name", "root-executor")
check_key(settings, "css-name", "")
check_key(settings, "css-name", "executor-label")
check_key(settings, "icon-placement", "left")
check_key(settings, "icon-size", 16)
check_key(settings, "tooltip-text", "")