feat: implement the base classes for launcher + input
- Base classes for lancher: Dashboard + Taskbar - Allow the shell to monitor directly wayland seat keyboard (on demand)
This commit is contained in:
20
resources/ui/taskbar.ui
Normal file
20
resources/ui/taskbar.ui
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<template class="DiyaTaskbarWidget" parent="DiyaShellWindow">
|
||||
<!--property name="title" translatable="yes">Example Application</property-->
|
||||
<!--property name="default-width">600</property>
|
||||
<property name="default-height">400</property-->
|
||||
<child>
|
||||
<object class="GtkBox" id="taskbar">
|
||||
<property name="orientation">horizontal</property>
|
||||
<child>
|
||||
<object class="GtkToggleButton" id="btn_toggle">
|
||||
<property name="visible">1</property>
|
||||
<property name="label" translatable="yes">Diya</property>
|
||||
<!--signal name="toggled" handler="diya_dashboard_toggle"/-->
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
</interface>
|
Reference in New Issue
Block a user