From 1476b0bcb8bc8fbfb9af22c065dd86961e875ed1 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 22 Mar 2026 00:01:48 +0000 Subject: Refactor, remove unnecessary modules, & set solid background --- config.jsonc | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'config.jsonc') diff --git a/config.jsonc b/config.jsonc index ec463cc..7b20d08 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1,23 +1,19 @@ { - "output": ["Microstep MAG274QRF-QD CA8A391600566", "eDP-1"], + "output": ["DP-1", "eDP-1"], "position": "top", "include": ["~/.config/waybar/modules.jsonc"], "reload_style_on_change": true, "modules-left": [ - "custom/apps", - "sway/workspaces", - "wlr/taskbar" - ], - - "modules-center": [ - "mpris" + "custom/menu", + "sway/workspaces" ], "modules-right": [ - "cava", "cpu", "memory", + "battery", + "bluetooth", "network", "wireplumber", "clock#calendar", -- cgit