refactor resource + add taskbar application switcher

This commit is contained in:
DL
2025-07-03 15:09:27 +02:00
parent 363d0d1678
commit 2a88d12bfa
19 changed files with 476 additions and 124 deletions

View File

@ -6,6 +6,7 @@
<property name="default-height">400</property-->
<child>
<object class="GtkBox" id="taskbar">
<property name="hexpand">1</property>
<property name="orientation">horizontal</property>
<child>
<object class="GtkToggleButton" id="btn_toggle">
@ -14,6 +15,19 @@
<!--signal name="toggled" handler="diya_dashboard_toggle"/-->
</object>
</child>
<child>
<object class="GtkScrolledWindow">
<property name="hexpand">1</property>
<property name="vscrollbar-policy">never</property>
<child>
<object class="GtkListView" id="apps_list">
<property name="orientation">horizontal</property>
</object>
</child>
</object>
</child>
</object>
</child>
</template>