mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
142 lines
5.3 KiB
XML
142 lines
5.3 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Created with Cambalache 0.96.1 -->
|
|
<interface>
|
|
<!-- interface-name hardware.ui -->
|
|
<!-- interface-description The Sensors page for YAFI -->
|
|
<!-- interface-copyright Steve-Tech -->
|
|
<requires lib="gtk" version="4.0"/>
|
|
<requires lib="libadwaita" version="1.0"/>
|
|
<template class="HardwarePage" parent="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkListBox">
|
|
<property name="margin-end">10</property>
|
|
<property name="margin-start">10</property>
|
|
<child>
|
|
<object class="AdwActionRow">
|
|
<property name="selectable">False</property>
|
|
<property name="title">Sensors</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow" id="hw_als">
|
|
<property name="title">Ambient Light Sensor</property>
|
|
<child>
|
|
<object class="GtkLabel" id="hw_als_label"/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow" id="hw_chassis">
|
|
<property name="title">Chassis Open Count</property>
|
|
<child>
|
|
<object class="GtkLabel" id="hw_chassis_label"/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow" id="hw_fp_pwr">
|
|
<property name="title">Fingerprint</property>
|
|
<property name="visible">False</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="halign">end</property>
|
|
<property name="homogeneous">True</property>
|
|
<property name="spacing">5</property>
|
|
<property name="valign">center</property>
|
|
<child>
|
|
<object class="GtkButton" id="hw_fp_pwr_en">
|
|
<property name="label">Enable</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="hw_fp_pwr_dis">
|
|
<property name="label">Disable</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow" id="hw_priv_cam">
|
|
<property name="subtitle">Use Privacy Switch</property>
|
|
<property name="title">Camera Enabled</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="halign">end</property>
|
|
<property name="homogeneous">True</property>
|
|
<property name="valign">center</property>
|
|
<child>
|
|
<object class="GtkSwitch" id="hw_priv_cam_sw">
|
|
<property name="active">True</property>
|
|
<property name="sensitive">False</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow" id="hw_priv_mic">
|
|
<property name="subtitle">Use Privacy Switch</property>
|
|
<property name="title">Microphone Enabled</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="halign">end</property>
|
|
<property name="homogeneous">True</property>
|
|
<property name="valign">center</property>
|
|
<child>
|
|
<object class="GtkSwitch" id="hw_priv_mic_sw">
|
|
<property name="active">True</property>
|
|
<property name="sensitive">False</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow" id="hw_lid_open">
|
|
<property name="title">Lid Open</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="halign">end</property>
|
|
<property name="homogeneous">True</property>
|
|
<property name="valign">center</property>
|
|
<child>
|
|
<object class="GtkSwitch" id="hw_lid_open_sw">
|
|
<property name="active">True</property>
|
|
<property name="sensitive">False</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="AdwActionRow" id="hw_pwr_btn">
|
|
<property name="title">Power Button Pressed</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="halign">end</property>
|
|
<property name="homogeneous">True</property>
|
|
<property name="valign">center</property>
|
|
<child>
|
|
<object class="GtkSwitch" id="hw_pwr_btn_sw">
|
|
<property name="active">True</property>
|
|
<property name="sensitive">False</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<style>
|
|
<class name="boxed-list"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|