39 lines
942 B
JSON
39 lines
942 B
JSON
// -*- 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": [
|
|
"mpris",
|
|
"cava"
|
|
],
|
|
"modules-center": [
|
|
"hyprland/workspaces"
|
|
],
|
|
"modules-right": [
|
|
"pulseaudio",
|
|
//"mpd",
|
|
//"idle_inhibitor",
|
|
"network",
|
|
//"power-profiles-daemon",
|
|
"cpu",
|
|
"custom/nvidia",
|
|
"memory",
|
|
"temperature",
|
|
//"backlight",
|
|
//"keyboard-state",
|
|
//"sway/language",
|
|
"battery",
|
|
"battery#bat2",
|
|
"clock",
|
|
//"tray",
|
|
"custom/power"
|
|
],
|
|
"include": [
|
|
"~/.config/waybar/modules.jsonc"
|
|
]
|
|
}
|