added new pi-hole module

* allows to enable/disable pi-hole
* shows today's blocked ads
This commit is contained in:
Bernhard B 2019-05-12 20:45:08 +02:00
parent 94427ea20f
commit c7f979a735
2 changed files with 72 additions and 0 deletions

View file

@ -192,5 +192,9 @@
"dunst": {
"muted": { "prefix": ""},
"unmuted": { "prefix": "" }
},
"pihole": {
"enabled": { "prefix": "" },
"disabled": { "prefix": "" }
}
}