agsdotfilesdotshyprlandhyprland-configricerofirofi-configshell-scriptsswwwwallustwaybarwaybar-modulewaybar-themes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
469 B
32 lines
469 B
/* ---- 💫 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"], |
|
}
|
|
|