.dotfiles/.config/waybar/config

25 lines
360 B
Text

{
"layer": "top",
"position": "bottom",
"height": 24,
"spacing": 6,
"modules-left": [
"hyprland/workspaces"
],
"modules-center": [
],
"modules-right": [
"network",
"temperature",
"cpu",
"memory",
"custom/pacman",
"custom/status",
"custom/weather",
"clock",
"tray"
],
"include": [
"~/.config/waybar/default-modules.json",
],
}