about summary refs log tree commit diff
path: root/pkgs/profpatsch/display-infos
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-07-29 02:34:00 +0200
committerProfpatsch <mail@profpatsch.de>2020-07-29 02:34:51 +0200
commit8a551e7c1e7edfe6d4398b431d5a716818942a69 (patch)
treecc6c1cd0634371ef87a67c404349220b15fd2e58 /pkgs/profpatsch/display-infos
parent63065c2da3371918c235971ce0abbc780d02047e (diff)
pkgs/profpatsch/display-infos: use high voltage sign
The other lightning is not an official Unicode codepoint, so most
fonts don’t have it.

Thanks sterni!
Diffstat (limited to 'pkgs/profpatsch/display-infos')
-rw-r--r--pkgs/profpatsch/display-infos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/profpatsch/display-infos/default.nix b/pkgs/profpatsch/display-infos/default.nix
index e6752242..f27a1057 100644
--- a/pkgs/profpatsch/display-infos/default.nix
+++ b/pkgs/profpatsch/display-infos/default.nix
@@ -46,7 +46,7 @@ let
           seconds_remaining += 3600 * now / current_rate
 
     bat = round( now/full, 2 )
-    ac = "🗲 " if charging else ""
+    ac = "⚡ " if charging else ""
     sft_remaining = seconds_to_sft(seconds_remaining)
     date = sub.run(["date", "+%d.%m. %a %T"], stdout=sub.PIPE).stdout.strip().decode()
     dottime = sub.run(["date", "--utc", "+%H·%M"], stdout=sub.PIPE).stdout.strip().decode()