Add a linux waybar battery module.

This commit is contained in:
Tom Alexander
2022-10-28 00:27:32 -04:00
parent 7c37f6d133
commit a6409f4730
6 changed files with 67 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ default-cache-ttl 600
max-cache-ttl 7200
display :0
{% if os_flavor == "linux" %}
pinentry-program /usr/bin/pinentry-qt5
pinentry-program /usr/bin/pinentry-qt
{% elif os_flavor == "freebsd" %}
pinentry-program /usr/local/bin/pinentry-qt5
{% endif %}