Use font awesome 5 in status bar

This commit is contained in:
Charlotte Van Petegem 2022-01-24 14:18:18 +01:00
parent 074f51d813
commit e78de659f1
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 4 additions and 4 deletions

View file

@ -12,9 +12,9 @@ let
mails=$(${pkgs.mblaze}/bin/mlist -N ~/mail/*/INBOX | wc -l)
if [ "$mails" -gt 0 ]
then
echo "{ \"state\": \"Info\", \"text\": \" 📬 $mails\" }"
echo "{ \"state\": \"Info\", \"text\": \"📬 $mails\" }"
else
echo "{ \"state\": \"Idle\", \"text\": \" 📭 $mails\" }"
echo "{ \"state\": \"Idle\", \"text\": \"📭\" }"
fi
'';
in
@ -35,7 +35,7 @@ pkgs.writeText "configuration.toml" ''
separator=""
[icons]
name = "awesome"
name = "awesome5"
[[block]]
block = "net"

View file

@ -21,7 +21,7 @@
fonts = with pkgs; [
fira-code
fira-code-symbols
font-awesome_4
font-awesome
noto-fonts
noto-fonts-cjk
noto-fonts-emoji