From 25d13d214e3fd10604ed9fc97b462c52e24b56f4 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Wed, 15 May 2024 18:07:38 +0300 Subject: [PATCH] colored icons waybar --- modules/home/programs/waybar/default.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/home/programs/waybar/default.nix b/modules/home/programs/waybar/default.nix index 383b9d8..bfa15fc 100644 --- a/modules/home/programs/waybar/default.nix +++ b/modules/home/programs/waybar/default.nix @@ -44,19 +44,19 @@ }; cpu = { - format = " {usage}%"; + format = " {usage}%"; }; memory = { - format = " {percentage}%"; + format = " {percentage}%"; interval = 5; }; pulseaudio = { - format = "{icon} {volume}% | {format_source}"; - format-muted = "󰝟 {volume}% | {format_source}"; - format-source = "{volume}% "; - format-source-muted = "{volume}% "; + format = "{icon} {volume}% | {format_source}"; + format-muted = "󰝟 {volume}% | {format_source}"; + format-source = "{volume}% "; + format-source-muted = "{volume}% "; format-icons = { headphone = ""; default = [ "" "" "" ]; @@ -64,9 +64,9 @@ }; network = { - format-ethernet = "󰈁 |  {bandwidthUpBytes}  {bandwidthDownBytes}"; - format-wifi = "{icon} |  {bandwidthUpBytes}  {bandwidthDownBytes}"; - format-disconnected = "󰈂"; + format-ethernet = "󰈁 | {bandwidthUpBytes} {bandwidthDownBytes}"; + format-wifi = "{icon} | {bandwidthUpBytes} {bandwidthDownBytes}"; + format-disconnected = "󰈂"; format-icons = [ "󰤟" "󰤢" "󰤥" "󰤨" ]; interval = 5; };