dotfiles/private_dot_config/waybar/config.jsonc

45 lines
1.1 KiB
Text
Raw Normal View History

2026-02-05 09:15:15 +01:00
// -*- mode: jsonc -*-
[
{
// "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
"modules-center": [
"mpris",
"cava"
],
2026-02-05 09:15:15 +01:00
"modules-left": [
"clock",
"pulseaudio",
"bluetooth",
"cpu",
"memory",
"disk",
"privacy"
],
"include": [
"~/.config/waybar/modules.jsonc"
]
}
// {
// "name":"overlay",
// "layer":"bottom",
// "position":"top",
// "passtrough":true,
// "margin-top":-30,
// "width":300,
// "exclusive":false,
// "modules-center":["cava"]
// }
]