waybar config

This commit is contained in:
2025-09-20 14:47:46 -04:00
parent 468cbe649b
commit 0c1a801a17
5 changed files with 493 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
// load modules
"include": "~/.config/waybar/modules.json",
// general settings
"position": "top",
"margin-top": 8,
"margin-bottom": 0,
"layer": "top",
"margin-left": 8,
"margin-right": 8,
"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"
]
}