Files
dotfiles/waybar/.config/waybar/config.jsonc

35 lines
625 B
JSON

{
// load modules
"include": "~/.config/waybar/modules.json",
// general settings
"position": "top",
"margin-top": 15,
"margin-bottom": 0,
"layer": "top",
"margin-left": 15,
"margin-right": 15,
"spacing": 10,
"fixed-center": true,
"exclusive": true,
// modules
"modules-left": [
"hyprland/workspaces",
"wlr/taskbar"
],
"modules-center": [
"clock"
],
"modules-right": [
"group/hardware",
"pulseaudio",
"bluetooth",
"network",
"battery",
"custom/exit"
]
}