diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-29 15:36:37 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-29 15:36:37 +0000 |
| commit | 41ebde714cf8c0169115f3d9b3732bcc2b4bbce6 (patch) | |
| tree | f047cf644374d91b4ccb4b15cfc9253ffe32c232 /config.jsonc | |
| parent | 9a04a47ef7d52843cb1f203f201cf7fc29b0ed8f (diff) | |
Fix whitespace
Diffstat (limited to 'config.jsonc')
| -rw-r--r-- | config.jsonc | 33 |
1 files 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" + ] } |
