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)
|
mails=$(${pkgs.mblaze}/bin/mlist -N ~/mail/*/INBOX | wc -l)
|
||||||
if [ "$mails" -gt 0 ]
|
if [ "$mails" -gt 0 ]
|
||||||
then
|
then
|
||||||
echo "{ \"state\": \"Info\", \"text\": \" 📬 $mails\" }"
|
echo "{ \"state\": \"Info\", \"text\": \"📬 $mails\" }"
|
||||||
else
|
else
|
||||||
echo "{ \"state\": \"Idle\", \"text\": \" 📭 $mails\" }"
|
echo "{ \"state\": \"Idle\", \"text\": \"📭\" }"
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
|
@ -35,7 +35,7 @@ pkgs.writeText "configuration.toml" ''
|
||||||
separator=""
|
separator=""
|
||||||
|
|
||||||
[icons]
|
[icons]
|
||||||
name = "awesome"
|
name = "awesome5"
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "net"
|
block = "net"
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
fira-code
|
fira-code
|
||||||
fira-code-symbols
|
fira-code-symbols
|
||||||
font-awesome_4
|
font-awesome
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue