38 lines
552 B
Plaintext
38 lines
552 B
Plaintext
|
|
|
|
// ### Minimal -SHORT ### //
|
|
|
|
{
|
|
"include": [
|
|
"$HOME/.config/waybar/Modules",
|
|
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
"$HOME/.config/waybar/ModulesCustom",
|
|
"$HOME/.config/waybar/ModulesGroups",
|
|
],
|
|
"layer": "top",
|
|
"position": "top",
|
|
"width": 1050,
|
|
"margin-top": 3,
|
|
|
|
"modules-left": [
|
|
"clock",
|
|
"custom/weather",
|
|
],
|
|
|
|
"modules-center": [
|
|
"hyprland/workspaces#roman"
|
|
],
|
|
|
|
"modules-right": [
|
|
"custom/menu",
|
|
"tray",
|
|
"group/notify",
|
|
"mpris",
|
|
"network",
|
|
"bluetooth",
|
|
"backlight",
|
|
"pulseaudio",
|
|
"battery",
|
|
"custom/power"],
|
|
}
|