Concession: Update, patch KDE Polkit service

This commit is contained in:
Salt 2018-10-28 01:12:57 -05:00
parent 65c4673dbc
commit ac3f879f2f
3 changed files with 7 additions and 1 deletions

@ -1 +1 @@
Subproject commit f53cb193ee6251a6533d0a7f02bac23346b6439e
Subproject commit 060aad3049fd1677e16969169f5699db20d75b5e

View File

@ -10,3 +10,9 @@ service_name="KDE Polkit Agent"
service_process="/usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1"
service_kill_on_reload="false"
isup() {
pgrep -U "$UID" -f "$service_process" > /dev/null 2>&1
isup-extra $?
return $?
}

0
.config/concession/services/19_conky.dtf Normal file → Executable file
View File