Files
dotfiles/.config/waybar/config.jsonc
2026-03-28 09:23:25 +08:00

66 lines
1.6 KiB
JSON
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
//这个waybar因为大改过一次布局所以箭头的位置和名字已经完全对不上了从左到右看吧。
"include": [
"modules.jsonc",
"modules-dividers.jsonc"
],
//这一行layer top设置会让waybar显示在最上方
"layer": "top",
//"output": "DP-2",
"position": "top",
"fixed-center": true,
// "height": 30,
"reload_style_on_change": true,
"modules-left": [
// "ext/workspaces",
"niri/workspaces",
"custom/right_div#5",
"cffi/niri-taskbar",
"niri/window",
//"dwl/window",
// "hyprland/window",
"custom/right_div#6"
],
"modules-center": [
"custom/left_div#3",
"bluetooth",
"network",
"custom/wfrec",
"custom/left_div#2",
// "idle_inhibitor",
"custom/dae",
"custom/colorpicker",
"power-profiles-daemon",
"custom/left_div#11",
"custom/left_div#1",
"custom/applauncher",
"custom/right_div#1",
"custom/right_div#11",
"clock",
"custom/right_div#2",
//"clock#date",
"custom/cava",
// "mpris",
"custom/right_div#3"
//"custom/right_div#4",
],
"modules-right": [
// "group/backlight",
"custom/left_div#7",
"custom/updates",
"tray",
// "custom/mako",
"custom/left_div#4",
//"backlight/slider",
//"backlight",
// "group/ddcutil",
"group/screenlight",
"privacy",
"group/audio",
"custom/left_div#8",
"battery",
"custom/left_div#5",
"group/powermenu"
]
}