From 8a551e7c1e7edfe6d4398b431d5a716818942a69 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Wed, 29 Jul 2020 02:34:00 +0200 Subject: pkgs/profpatsch/display-infos: use high voltage sign MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The other lightning is not an official Unicode codepoint, so most fonts don’t have it. Thanks sterni! --- pkgs/profpatsch/display-infos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit 1.4.1