From 41ebde714cf8c0169115f3d9b3732bcc2b4bbce6 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 29 Oct 2025 15:36:37 +0000 Subject: Fix whitespace --- config.jsonc | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/config.jsonc b/config.jsonc index 1dd56c4..8fe39fc 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1,26 +1,27 @@ { "output": ["Microstep MAG274QRF-QD CA8A391600566", "eDP-1"], "position": "bottom", - "include": ["~/.config/waybar/modules.jsonc"], - "reload_style_on_change": true, + "include": ["~/.config/waybar/modules.jsonc"], + "reload_style_on_change": true, - "modules-left": [ - "custom/menu", - "sway/workspaces", + "modules-left": [ + "custom/menu", + "sway/workspaces", "wlr/taskbar" - ], + ], - "modules-center": [ + "modules-center": [ "mpris" ], - "modules-right": [ - "cpu", - "memory", - "network", - "wireplumber", - "clock#calendar", - "clock", - "tray" - ] + "modules-right": [ + "cava", + "cpu", + "memory", + "network", + "wireplumber", + "clock#calendar", + "clock", + "tray" + ] } -- cgit