Use font awesome 5 in status bar
This commit is contained in:
parent
074f51d813
commit
e78de659f1
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue