dotfiles/.config/hypr/waybar-alt-8/configs/[TOP] Minimal - Short

33 lines
469 B
Plaintext
Raw Normal View History

2025-02-13 10:25:15 -07:00
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
// ### Minimal -SHORT ### //
{
"include": "~/.config/waybar/modules",
"layer": "top",
"position": "top",
"width": 1050,
"margin-top": 3,
"modules-left": [
"clock",
"custom/weather",
],
"modules-center": [
"hyprland/workspaces#roman"
],
"modules-right": [
"custom/menu",
"tray",
"custom/swaync",
"mpris",
"network",
"bluetooth",
"backlight",
"pulseaudio",
"battery",
"custom/power"],
}