-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'main' into multiple-processes-selection
- Loading branch information
Showing
28 changed files
with
1,540 additions
and
645 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<interface> | ||
<template class="ResNPU" parent="AdwBin"> | ||
<property name="child"> | ||
<object class="GtkScrolledWindow"> | ||
<child> | ||
<object class="AdwClamp"> | ||
<property name="maximum-size">768</property> | ||
<child> | ||
<object class="GtkBox"> | ||
<property name="margin-top">24</property> | ||
<property name="margin-bottom">24</property> | ||
<property name="margin-start">16</property> | ||
<property name="margin-end">16</property> | ||
<property name="spacing">24</property> | ||
<property name="orientation">vertical</property> | ||
<property name="hexpand">true</property> | ||
<property name="valign">start</property> | ||
<property name="vexpand">true</property> | ||
<child> | ||
<object class="AdwPreferencesGroup"> | ||
<property name="title" translatable="yes">Usage</property> | ||
<child> | ||
<object class="ResGraphBox" id="npu_usage"/> | ||
</child> | ||
<child> | ||
<object class="ResGraphBox" id="memory_usage"/> | ||
</child> | ||
<child> | ||
<object class="AdwActionRow" id="npu_clockspeed"> | ||
<property name="title" translatable="yes">NPU Frequency</property> | ||
<style> | ||
<class name="property"/> | ||
</style> | ||
<property name="subtitle-selectable">true</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="AdwActionRow" id="memory_clockspeed"> | ||
<style> | ||
<class name="property"/> | ||
</style> | ||
<property name="subtitle-selectable">true</property> | ||
<property name="title" translatable="yes">Memory Frequency</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="AdwActionRow" id="power_usage"> | ||
<property name="title" translatable="yes">Power Usage</property> | ||
<style> | ||
<class name="property"/> | ||
</style> | ||
<property name="subtitle-selectable">true</property> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="AdwPreferencesGroup"> | ||
<property name="title" translatable="yes">Sensors</property> | ||
<child> | ||
<object class="AdwActionRow" id="temperature"> | ||
<property name="title" translatable="yes">Temperature</property> | ||
<style> | ||
<class name="property"/> | ||
</style> | ||
<property name="subtitle-selectable">true</property> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="AdwPreferencesGroup"> | ||
<property name="title" translatable="yes">Properties</property> | ||
<child> | ||
<object class="AdwActionRow" id="manufacturer"> | ||
<style> | ||
<class name="property"/> | ||
</style> | ||
<property name="subtitle-selectable">true</property> | ||
<property name="title" translatable="yes">Manufacturer</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="AdwActionRow" id="pci_slot"> | ||
<style> | ||
<class name="property"/> | ||
</style> | ||
<property name="subtitle-selectable">true</property> | ||
<property name="title" translatable="yes">PCI Slot</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="AdwActionRow" id="driver_used"> | ||
<style> | ||
<class name="property"/> | ||
</style> | ||
<property name="subtitle-selectable">true</property> | ||
<property name="title" translatable="yes">Driver Used</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="AdwActionRow" id="max_power_cap"> | ||
<style> | ||
<class name="property"/> | ||
</style> | ||
<property name="subtitle-selectable">true</property> | ||
<property name="title" translatable="yes">Max Power Cap</property> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</property> | ||
</template> | ||
</interface> |
Oops, something went wrong.