diff options
| author | nippy <you@example.com> | 2026-04-18 13:49:56 +0200 |
|---|---|---|
| committer | nippy <you@example.com> | 2026-04-18 13:49:56 +0200 |
| commit | 5d94c0a7d44a2255b81815a52a7056a94a39842d (patch) | |
| tree | 759bdea9645c6a62f9e1e4c001f7d81cccd120d2 /raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in | |
| parent | e79cdf210b267f21a186255ce1a4d50029439d54 (diff) | |
| download | RaveOS-PKGBUILD-5d94c0a7d44a2255b81815a52a7056a94a39842d.tar.gz RaveOS-PKGBUILD-5d94c0a7d44a2255b81815a52a7056a94a39842d.zip | |
update Raveos themes
Diffstat (limited to 'raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in')
| -rw-r--r-- | raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in b/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in new file mode 100644 index 0000000..6f93f7b --- /dev/null +++ b/raveos-theme/gnome/theme-data/extensions/installed/ShutdownTimer@deminder/polkit/dem.shutdowntimer.policy.in @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> +<policyconfig> + <vendor>Shutdown Timer</vendor> + <vendor_url>https://github.com/Deminder/ShutdownTimer</vendor_url> + + <action id="{{ACTION_ID}}"> + <description>Control shutdown and rtc wake alarm schedule</description> + <description xml:lang="de">Steuerung des Ausschalt-Planers und des RTC-Weck-Alarms</description> + <message>No Authorization required to control shutdown or rtc wake alarm.</message> + <message xml:lang="de">Keine Autorisierung zur Steuerung des Ausschalt-Planers oder RTC-Weck-Alarms notwendig.</message> + <defaults> + <allow_any>yes</allow_any> + <allow_inactive>yes</allow_inactive> + <allow_active>yes</allow_active> + </defaults> + <annotate key="org.freedesktop.policykit.exec.path">{{PATH}}</annotate> + <annotate key="{{ACTION_BASE}.polkit-rule.version">3.0.0</annotate> + </action> +</policyconfig> |