From: Maximilian Friedersdorff Date: Wed, 10 Apr 2019 09:39:35 +0000 (+0100) Subject: Add battery information to conky X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=05195bcae1f138caf2d137d235a3355313e6d8e7;hp=684a9dce9a2bae2e47311d2186774e26be8a9db9;p=max%2Fdotfiles.git Add battery information to conky --- diff --git a/sway/.conkyrc b/sway/.conkyrc index cc7d85e..6f41e18 100644 --- a/sway/.conkyrc +++ b/sway/.conkyrc @@ -46,6 +46,9 @@ conky.text = [[ "\#ff0000" ${endif} }, + ${if_match "${exec hostname}"=="platinum"} + {"full_text": "${acpitool}", "color": "\#ffffff"}, + ${endif} {"full_text": "${time}", "color": "\#ffffff"} ], ]];