From b1b188898e61dffd7907733f6e8682c5cdc20e08 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 17 Aug 2023 16:57:17 +0900 Subject: [PATCH] Update glyphs for waybar --- .../nixos-laptop/home-manager/waybar-conf.nix | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/hosts/nixos-laptop/home-manager/waybar-conf.nix b/hosts/nixos-laptop/home-manager/waybar-conf.nix index 6711c957..0b2d26de 100644 --- a/hosts/nixos-laptop/home-manager/waybar-conf.nix +++ b/hosts/nixos-laptop/home-manager/waybar-conf.nix @@ -21,7 +21,6 @@ "mpris", "pulseaudio", "network", - "memory", "backlight", "battery", ], @@ -42,8 +41,8 @@ }, "clock": { - "format": "{:%H:%M}", - "format-alt": "{:%A, %d %b, %Y}", + "format": "󰥔 {:%H:%M}", + "format-alt": "󰃭 {:%A, %d %b, %Y}", "tooltip-format": "{calendar}", "calendar": { "mode" : "month", @@ -77,16 +76,16 @@ "format-icons": { "headphone": "", "headset": "", - "default": ["", "", ""] + "default": ["󰕿", "󰖀", "󰕾"] }, "tooltip": false, "on-click": "pavucontrol --class=pavu", }, "network": { - "format-wifi": "", - "format-ethernet": "", - "format-linked": "", + "format-wifi": "󰤨", + "format-ethernet": "󰈀", + "format-linked": "", "format-disconnected": "⚠", "tooltip-format": "{essid}\n{ipaddr}/{cidr}", "tooltip": true, @@ -94,7 +93,7 @@ }, "cpu": { - "format": "{usage}% ", + "format": "{usage}% ", "states": { "warning": 60, "critical": 80 @@ -105,7 +104,7 @@ "memory": { "tooltip": true, - "format": "{}% ", + "format": "{}% 󰍛", "states": { "warning": 60, "critical": 80 @@ -123,7 +122,7 @@ "backlight": { "tooltip": false, "format": "{percent}% {icon}", - "format-icons": [""] + "format-icons": [""] }, "battery": { @@ -134,7 +133,7 @@ "critical": 20 }, "format": "{capacity}% {icon}", - "format-charging": "{capacity}% ", + "format-charging": "{capacity}% 󰂄", "format-plugged": "{capacity}% ", "format-icons": ["", "", "", "", ""] },