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.
45 lines
669 B
45 lines
669 B
// ### DEFAULT ### // |
|
|
|
{ |
|
"include": "~/.config/waybar/modules", |
|
"layer": "top", |
|
//"mode": "dock", |
|
"exclusive": true, |
|
"passthrough": false, |
|
"position": "top", |
|
"spacing": 3, |
|
"fixed-center": true, |
|
"ipc": true, |
|
"margin-top": 6, |
|
"margin-left": 8, |
|
"margin-right": 8, |
|
|
|
"modules-left": [ |
|
"hyprland/workspaces", |
|
"cpu", |
|
"temperature", |
|
"memory", |
|
"custom/weather", |
|
], |
|
|
|
"modules-center": [ |
|
"custom/menu", |
|
"idle_inhibitor", |
|
"clock", |
|
"custom/light_dark", |
|
"custom/lock", |
|
], |
|
|
|
"modules-right": [ |
|
"hyprland/window", |
|
"tray", |
|
//"cava", |
|
"battery", |
|
"backlight", |
|
"pulseaudio", |
|
//"wireplumber", |
|
"pulseaudio#microphone", |
|
"keyboard-state", |
|
"custom/power", |
|
], |
|
}
|
|
|