mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
service/upower: add upower service
This commit is contained in:
parent
497c9c4e50
commit
24f54f579f
10 changed files with 638 additions and 0 deletions
16
src/services/upower/org.freedesktop.UPower.Device.xml
Normal file
16
src/services/upower/org.freedesktop.UPower.Device.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<node>
|
||||
<interface name="org.freedesktop.UPower.Device">
|
||||
<property name="Type" type="u" access="read"/>
|
||||
<property name="PowerSupply" type="b" access="read"/>
|
||||
<property name="Energy" type="d" access="read"/>
|
||||
<property name="EnergyFull" type="d" access="read"/>
|
||||
<property name="EnergyRate" type="d" access="read"/>
|
||||
<property name="TimeToEmpty" type="x" access="read"/>
|
||||
<property name="TimeToFull" type="x" access="read"/>
|
||||
<property name="Percentage" type="d" access="read"/>
|
||||
<property name="IsPresent" type="b" access="read"/>
|
||||
<property name="State" type="u" access="read"/>
|
||||
<property name="Capacity" type = "d" access="read"/>
|
||||
<property name="IconName" type="s" access="read"/>
|
||||
</interface>
|
||||
</node>
|
||||
Loading…
Add table
Add a link
Reference in a new issue