diff --git a/modules/home/workspace/wayland/waybar.nix b/modules/home/workspace/wayland/waybar.nix index db043d8..6da5b99 100644 --- a/modules/home/workspace/wayland/waybar.nix +++ b/modules/home/workspace/wayland/waybar.nix @@ -47,13 +47,13 @@ in device = "intel_backlight"; format = "{percent}% {icon}"; format-icons = [ - "" - "" - "" - "" - "" - "" - "" + "󰃚" + "󰃛" + "󰃜" + "󰃝" + "󰃞" + "󰃟" + "󰃠" ]; # min-length = 7; }; @@ -99,11 +99,11 @@ in }; cpu = { interval = 4; - format = "      {usage}%"; + format = "      {usage}%"; }; disk = { interval = 60; - format = "      {free}"; + format = "      {free}"; path = "/home"; }; "hyprland/window" = { @@ -114,20 +114,22 @@ in on-click = "activate"; disable-scroll = true; format-icons = { - "10" = "0"; - "Messengers" = "Msg"; - "Music" = "Mus"; + "10" = ""; + "Email" = ""; + "Messengers" = ""; + "Music" = ""; + "Steam" = ""; }; }; memory = { - format = "     {used}GiB"; + format = "󰍛     {used}GiB"; interval = 4; }; temperature = { # "hwmon-path" = "/sys/class/hwmon/hwmon0/temp1_input"; critical-threshold = 80; - format = "\uf4f5     {temperatureC}°C"; - format-critical = "{temperatureC}°C"; + format = "     {temperatureC}°C"; + format-critical = "{temperatureC}°C"; interval = 4; }; tray = { @@ -137,13 +139,13 @@ in wireplumber = { scroll-step = 5; format = "{icon} {volume}%"; - format-muted = "\ueee8   Muted"; - format-bluetooth = "\uf282 {volume}%"; + format-muted = "󰖁   Muted"; + format-bluetooth = "{volume}%"; on-click-right = "blueman-manager"; format-icons = [ - "\uf026 " - "\uf027 " - "\uf028 " + "󰕿" + "󰖀" + "󰕾" ]; on-click = "pavucontrol"; };