diff options
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" + ] +} |
