diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-12-05 10:15:14 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-12-05 10:15:14 +0100 |
commit | 3c0c8488f05430c7d2fc54009d928ffef36d1c61 (patch) | |
tree | 2b5bac66147fc329e3eaf990f0b1f40681b77b9d /data/org.ayatana.indicator.display.AccountsService.xml | |
parent | 72490e5c84136662476e1792089b23613c09b7b6 (diff) | |
parent | 8fec9b6fafe17c0182d3dda6157acf772898d518 (diff) | |
download | ayatana-indicator-display-3c0c8488f05430c7d2fc54009d928ffef36d1c61.tar.gz ayatana-indicator-display-3c0c8488f05430c7d2fc54009d928ffef36d1c61.tar.bz2 ayatana-indicator-display-3c0c8488f05430c7d2fc54009d928ffef36d1c61.zip |
Merge branch 'tari01-pr/add-accountsservice'
Attributes GH PR #89: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/89
Diffstat (limited to 'data/org.ayatana.indicator.display.AccountsService.xml')
-rw-r--r-- | data/org.ayatana.indicator.display.AccountsService.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/org.ayatana.indicator.display.AccountsService.xml b/data/org.ayatana.indicator.display.AccountsService.xml new file mode 100644 index 0000000..9e41ef2 --- /dev/null +++ b/data/org.ayatana.indicator.display.AccountsService.xml @@ -0,0 +1,17 @@ +<node> + <interface name="org.ayatana.indicator.display.AccountsService"> + <annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/> + <annotation name="org.freedesktop.Accounts.Authentication.ChangeOwn" value="org.ayatana.indicator.display.AccountsService.ModifyOwnUser"/> + <annotation name="org.freedesktop.Accounts.Authentication.ReadAny" value="org.ayatana.indicator.display.AccountsService.ModifyAnyUser"/> + <annotation name="org.freedesktop.Accounts.Authentication.ChangeAny" value="org.ayatana.indicator.display.AccountsService.ModifyAnyUser"/> + <property name="brightness" type="d" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value="1.0"/> + </property> + <property name="color-temp" type="q" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value="4913"/> + </property> + <property name="color-temp-profile" type="q" access="readwrite"> + <annotation name="org.freedesktop.Accounts.DefaultValue" value="2"/> + </property> + </interface> +</node> |