summaryrefslogtreecommitdiff
path: root/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'config.jsonc')
-rw-r--r--config.jsonc33
1 files changed, 17 insertions, 16 deletions
diff --git a/config.jsonc b/config.jsonc
index 1dd56c4..8fe39fc 100644
--- a/config.jsonc
+++ b/config.jsonc
@@ -1,26 +1,27 @@
{
"output": ["Microstep MAG274QRF-QD CA8A391600566", "eDP-1"],
"position": "bottom",
- "include": ["~/.config/waybar/modules.jsonc"],
- "reload_style_on_change": true,
+ "include": ["~/.config/waybar/modules.jsonc"],
+ "reload_style_on_change": true,
- "modules-left": [
- "custom/menu",
- "sway/workspaces",
+ "modules-left": [
+ "custom/menu",
+ "sway/workspaces",
"wlr/taskbar"
- ],
+ ],
- "modules-center": [
+ "modules-center": [
"mpris"
],
- "modules-right": [
- "cpu",
- "memory",
- "network",
- "wireplumber",
- "clock#calendar",
- "clock",
- "tray"
- ]
+ "modules-right": [
+ "cava",
+ "cpu",
+ "memory",
+ "network",
+ "wireplumber",
+ "clock#calendar",
+ "clock",
+ "tray"
+ ]
}