dotfiles/private_dot_config/waybar/config.jsonc
Yarne Coppens 4bf33fc5bb Update .config/waybar/config.jsonc
Update .config/waybar/modules.jsonc
Update .config/waybar/style.css
2026-02-05 17:49:54 +01:00

35 lines
No EOL
926 B
Text

// -*- 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-left": [
"clock",
"pulseaudio",
"bluetooth",
"cpu",
"memory",
"disk",
"privacy"
],
"modules-center": [
"group/music"
],
"modules-right": [
"sway/scratchpad",
"sway/workspaces",
"tray",
"custom/power"
],
"group/music":{
"modules":["mpris", "cava"]
},
"include": [
"~/.config/waybar/modules.jsonc"
]
}
]