2026-02-05 09:15:15 +01:00
|
|
|
// -*- mode: jsonc -*-
|
2026-02-05 14:32:06 +01:00
|
|
|
[
|
|
|
|
|
{
|
2026-02-05 15:51:36 +01:00
|
|
|
// "layer": "top", // Waybar at top layer
|
|
|
|
|
// "position": "bottom", // Waybar position (top|bottom|left|right)
|
|
|
|
|
//"height": 30, // Waybar height (to be removed for auto height)
|
|
|
|
|
// "width": 1280, // Waybar width
|
|
|
|
|
"spacing": 4, // Gaps between modules (4px)
|
|
|
|
|
// Choose the order of the modules
|
|
|
|
|
"modules-right": [
|
|
|
|
|
"sway/scratchpad",
|
|
|
|
|
"sway/workspaces",
|
|
|
|
|
"tray",
|
|
|
|
|
"custom/power"
|
|
|
|
|
],
|
2026-02-05 09:15:15 +01:00
|
|
|
|
2026-02-05 15:51:36 +01:00
|
|
|
"modules-center": [
|
2026-02-05 16:03:09 +01:00
|
|
|
"mpris",
|
|
|
|
|
"cava"
|
2026-02-05 15:51:36 +01:00
|
|
|
],
|
2026-02-05 09:15:15 +01:00
|
|
|
|
2026-02-05 15:51:36 +01:00
|
|
|
"modules-left": [
|
|
|
|
|
"clock",
|
|
|
|
|
"pulseaudio",
|
|
|
|
|
"bluetooth",
|
|
|
|
|
"cpu",
|
|
|
|
|
"memory",
|
|
|
|
|
"disk",
|
|
|
|
|
"privacy"
|
|
|
|
|
],
|
|
|
|
|
"include": [
|
|
|
|
|
"~/.config/waybar/modules.jsonc"
|
|
|
|
|
]
|
2026-02-05 14:32:06 +01:00
|
|
|
}
|
2026-02-05 16:03:09 +01:00
|
|
|
// {
|
|
|
|
|
// "name":"overlay",
|
|
|
|
|
// "layer":"bottom",
|
|
|
|
|
// "position":"top",
|
|
|
|
|
// "passtrough":true,
|
|
|
|
|
// "margin-top":-30,
|
|
|
|
|
// "width":300,
|
|
|
|
|
// "exclusive":false,
|
|
|
|
|
// "modules-center":["cava"]
|
|
|
|
|
// }
|
2026-02-05 14:32:06 +01:00
|
|
|
]
|