diff --git a/config/config.nix b/config/config.nix index 53fe82a..59ad356 100644 --- a/config/config.nix +++ b/config/config.nix @@ -60,6 +60,7 @@ in noto-fonts-cjk noto-fonts-emoji (nerdfonts.override { fonts = [ "UbuntuMono" "JetBrainsMono" ]; }) + font-awesome emacs-all-the-icons-fonts victor-mono ubuntu_font_family diff --git a/home-manager/wayland/waybar.nix b/home-manager/wayland/waybar.nix index ddeca7d..00b75b9 100644 --- a/home-manager/wayland/waybar.nix +++ b/home-manager/wayland/waybar.nix @@ -37,9 +37,9 @@ }; format-icons = { + browser = "${spanfa}"; terminal = "${spanfa}"; code = "${spanfa}"; - browser = "${spanfa}"; files = "${spanfa}"; discord = "${spanfa}"; settings = "${spanfa}"; @@ -81,7 +81,7 @@ format-alt = " {:%Y-%m-%d}"; }; "cpu" = { - format = " {usage}%"; + format = " {usage}%"; tooltip = false; }; "battery" = { @@ -89,9 +89,9 @@ states.low = 15; states.critical = 5; - format-icons = [ "" "" "" "" "" "" "" "" "" "" "" ]; - format = "{icon} {capacity}%"; - format-charging = "{capacity}%"; + format = "{icon} {capacity}%"; + format-icons = [ "󰂎" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰁿" "󰂁" "󰂂" "󰁹" ]; + format-charging = "󰂄 {capacity}%"; format-time = "{H}h {M}m"; }; "memory" = { @@ -106,8 +106,8 @@ }; "backlight" = { # device = "acpi_video1"; - format = "{icon} {percent}%"; - format-icons = [ "" "" "" "" ]; + format = "{icon} {percent}%"; + format-icons = [ "󰃚" "󰃞" "󰃟" "󰃝" "󰃠" ]; }; "network" = { # interface = "wlp2*"; # (Optional) To force the use of this interface