Waybar_Config/config.jsonc

39 lines
942 B
JSON
Raw Permalink Normal View History

2025-05-05 00:02:02 +08: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-left": [
2025-05-06 22:49:37 +08:00
"mpris",
"cava"
2025-05-05 00:02:02 +08:00
],
"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"
]
}