47 lines
893 B
Plaintext
47 lines
893 B
Plaintext
{
|
|
"layer": "top",
|
|
"height": 16,
|
|
"margin-top": 5,
|
|
"margin-bottom": 0,
|
|
"margin-left": 0,
|
|
"margin-right": 0,
|
|
"spacing": 0,
|
|
|
|
"include": ["~/dotfiles/waybar/modules.json"],
|
|
|
|
"modules-left": [
|
|
"custom/appmenu",
|
|
// "custom/wallpaper",
|
|
// "custom/waybarthemes",
|
|
"wlr/taskbar"
|
|
// "group/quicklinks",
|
|
// "hyprland/window"
|
|
],
|
|
|
|
"modules-center": {},
|
|
|
|
"modules-right": [
|
|
"custom/updates",
|
|
"custom/cliphist",
|
|
"backlight",
|
|
"pulseaudio",
|
|
"bluetooth",
|
|
"battery",
|
|
// "group/hardware",
|
|
"network",
|
|
"tray",
|
|
"clock",
|
|
"custom/exit"
|
|
],
|
|
|
|
// Group Hardware
|
|
"group/hardware": {
|
|
"orientation": "horizontal",
|
|
"modules": [
|
|
"disk",
|
|
"cpu",
|
|
"memory"
|
|
]
|
|
}
|
|
}
|