diff options
Diffstat (limited to 'config.jsonc')
| -rw-r--r-- | config.jsonc | 14 |
1 files changed, 5 insertions, 9 deletions
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", |
