diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-26 21:36:47 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-26 21:36:47 +0000 |
| commit | 9a04a47ef7d52843cb1f203f201cf7fc29b0ed8f (patch) | |
| tree | 086576e6260b2c413f94492d304cdda49dcfe73f /config.jsonc | |
Add bottom bar config
Diffstat (limited to 'config.jsonc')
| -rw-r--r-- | config.jsonc | 26 |
1 files changed, 26 insertions, 0 deletions
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" + ] +} |
