diff --git a/modules/graphical/sway/status-configuration.nix b/modules/graphical/sway/status-configuration.nix index 74e55e31..5b967347 100644 --- a/modules/graphical/sway/status-configuration.nix +++ b/modules/graphical/sway/status-configuration.nix @@ -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" diff --git a/modules/graphical/theme/default.nix b/modules/graphical/theme/default.nix index de90077c..11aa1409 100644 --- a/modules/graphical/theme/default.nix +++ b/modules/graphical/theme/default.nix @@ -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