From 8e3e165e344fe7ad43a0527bf560bfeef8c434e4 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 13 Oct 2024 14:49:30 -0400 Subject: [PATCH] Fix invalid json in waybar config --- modules/users/crow/configs/waybar/config.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/users/crow/configs/waybar/config.jsonc b/modules/users/crow/configs/waybar/config.jsonc index c5f0e81..5b002d8 100644 --- a/modules/users/crow/configs/waybar/config.jsonc +++ b/modules/users/crow/configs/waybar/config.jsonc @@ -8,10 +8,10 @@ "margin": 10, // float the bar off the edges of the screen // Choose the order of the modules "modules-left": [ - "sway/workspaces", + "sway/workspaces" ], "modules-center": [ - "clock", + "clock" ], "modules-right": [ "network", @@ -63,7 +63,7 @@ "backlight": { // "device": "acpi_video1", "format": "{percent}% {icon}", - "format-icons": ["󰃞", "󰃟", "󰃠"], + "format-icons": ["󰃞", "󰃟", "󰃠"] }, "battery": { "states": {