From 24d7f65428bf034ed7ad5181ced89be493838adc Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 9 Nov 2025 17:07:53 +0000 Subject: Add custom/apps module --- config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.jsonc') diff --git a/config.jsonc b/config.jsonc index 8fe39fc..ec463cc 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1,11 +1,11 @@ { "output": ["Microstep MAG274QRF-QD CA8A391600566", "eDP-1"], - "position": "bottom", + "position": "top", "include": ["~/.config/waybar/modules.jsonc"], "reload_style_on_change": true, "modules-left": [ - "custom/menu", + "custom/apps", "sway/workspaces", "wlr/taskbar" ], -- cgit