From 9a04a47ef7d52843cb1f203f201cf7fc29b0ed8f Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 26 Oct 2025 21:36:47 +0000 Subject: Add bottom bar config --- config.jsonc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 config.jsonc (limited to 'config.jsonc') diff --git a/config.jsonc b/config.jsonc new file mode 100644 index 0000000..1dd56c4 --- /dev/null +++ b/config.jsonc @@ -0,0 +1,26 @@ +{ + "output": ["Microstep MAG274QRF-QD CA8A391600566", "eDP-1"], + "position": "bottom", + "include": ["~/.config/waybar/modules.jsonc"], + "reload_style_on_change": true, + + "modules-left": [ + "custom/menu", + "sway/workspaces", + "wlr/taskbar" + ], + + "modules-center": [ + "mpris" + ], + + "modules-right": [ + "cpu", + "memory", + "network", + "wireplumber", + "clock#calendar", + "clock", + "tray" + ] +} -- cgit