dotfiles/config/waybar/config
2024-03-06 16:01:06 +02:00

26 lines
502 B
Text

// vim: ft=jsonc
{
"position": "top",
"layer": "top",
"height": 14,
"margin-top": 0,
"margin-bottom": 0,
"margin-left": 0,
"margin-right": 0,
"include": [
"~/.config/waybar/modules/hypr.json",
"~/.config/waybar/modules/info.json"
],
"modules-left": ["hyprland/workspaces", "hyprland/window"],
"modules-center": ["clock", "cpu"],
"modules-right": [
"memory",
"tray",
"hyprland/language",
"backlight",
"battery",
"pulseaudio",
"network"
]
}