2026-02-05 09:15:15 +01:00
|
|
|
// -*- mode: jsonc -*-
|
2026-02-05 14:32:06 +01:00
|
|
|
[
|
|
|
|
|
{
|
2026-02-05 17:49:54 +01:00
|
|
|
"layer": "top", // Waybar at top layer
|
2026-02-05 15:51:36 +01:00
|
|
|
// "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)
|
2026-02-06 00:05:50 +01:00
|
|
|
"reload_style_on_change":true,
|
2026-02-05 15:51:36 +01:00
|
|
|
// Choose the order of the modules
|
|
|
|
|
"modules-left": [
|
2026-02-05 18:34:34 +01:00
|
|
|
"group/datetime",
|
2026-02-05 15:51:36 +01:00
|
|
|
"pulseaudio",
|
|
|
|
|
"bluetooth",
|
2026-02-09 21:11:07 +01:00
|
|
|
"custom/livingroom_temp",
|
2026-02-05 18:34:34 +01:00
|
|
|
"group/hardware",
|
2026-02-07 11:43:43 +01:00
|
|
|
"custom/privacydots"
|
2026-02-05 15:51:36 +01:00
|
|
|
],
|
2026-02-05 17:49:54 +01:00
|
|
|
"modules-center": [
|
|
|
|
|
"group/music"
|
|
|
|
|
],
|
|
|
|
|
"modules-right": [
|
|
|
|
|
"sway/scratchpad",
|
|
|
|
|
"sway/workspaces",
|
|
|
|
|
"tray",
|
|
|
|
|
"custom/power"
|
|
|
|
|
],
|
|
|
|
|
"group/music":{
|
|
|
|
|
"modules":["mpris", "cava"]
|
|
|
|
|
},
|
2026-02-05 18:34:34 +01:00
|
|
|
"group/hardware":{
|
2026-02-07 11:09:38 +01:00
|
|
|
"modules":["cpu","custom/gpu-usage","memory","disk"],
|
2026-02-05 18:34:34 +01:00
|
|
|
"orientation":"horizontal"
|
|
|
|
|
},
|
|
|
|
|
"group/datetime":{
|
|
|
|
|
"modules":["clock","clock#date"]
|
|
|
|
|
},
|
2026-02-05 15:51:36 +01:00
|
|
|
"include": [
|
|
|
|
|
"~/.config/waybar/modules.jsonc"
|
|
|
|
|
]
|
2026-02-05 14:32:06 +01:00
|
|
|
}
|
|
|
|
|
]
|