From ef12316e9023338b9cf47efeea7411910f3284e2 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 8 Aug 2024 23:19:14 -0400 Subject: [PATCH] merge --- src/user/modules/gui/wm/hyprland/config/waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/user/modules/gui/wm/hyprland/config/waybar/config b/src/user/modules/gui/wm/hyprland/config/waybar/config index 2ceb1a4..ec5559d 100644 --- a/src/user/modules/gui/wm/hyprland/config/waybar/config +++ b/src/user/modules/gui/wm/hyprland/config/waybar/config @@ -38,14 +38,14 @@ }, "custom/blockheight": { - "format": "󰠓 {}", + "format": "󰠓 {} ", "interval": 30, "exec": "~/.config/waybar/scripts/getBlock", "on-click": "xdg-open https://www.mempool.space", }, "custom/price": { - "format": " ${}", + "format": "${}", "interval": 10, "exec": "~/.config/waybar/scripts/getPrice", "on-click": "xdg-open https://www.coinbase.com/price/bitcoin",