.dotfiles/.config/waybar/config

27 lines
370 B
Plaintext

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