display active indicators for each open window of an app on the dock

This commit is contained in:
Ashley Wulber 2021-12-21 17:55:43 -05:00
parent b3ce9ada8c
commit a3349e673f
4 changed files with 28 additions and 10 deletions

View file

@ -2,14 +2,20 @@
<interface>
<template class="DockItem" parent="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">4</property>
<child>
<object class="GtkImage" id="image">
<property name="margin-start">4</property>
<property name="margin-end">4</property>
<property name="margin-top">4</property>
<property name="margin-bottom">4</property>
<property name="pixel-size">48</property>
<child>
<object class="GtkImage" id="image">
<property name="margin-start">4</property>
<property name="margin-end">4</property>
<property name="margin-top">4</property>
<property name="pixel-size">48</property>
</object>
</child>
<child>
<object class="GtkBox" id="dots">
<property name="orientation">horizontal</property>
<property name="spacing">4</property>
<property name="hexpand">true</property>
<property name="halign">center</property>
</object>
</child>
</template>