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.
76 lines
1.1 KiB
76 lines
1.1 KiB
// ### DUAL TOP and BOTTOM ### // |
|
|
|
[{ |
|
"include": "~/.config/waybar/modules", |
|
"layer": "top", |
|
//"mode": "dock", |
|
"exclusive": true, |
|
"passthrough": false, |
|
"position": "top", |
|
"spacing": 3, |
|
"fixed-center": true, |
|
"ipc": true, |
|
"margin-left": 6, |
|
"margin-right": 10, |
|
"margin-top": 10, |
|
|
|
"modules-left": [ |
|
"hyprland/workspaces", |
|
"cpu", |
|
"temperature", |
|
"memory", |
|
"disk", |
|
], |
|
|
|
"modules-center": [ |
|
"idle_inhibitor", |
|
"clock", |
|
"custom/light_dark", |
|
], |
|
|
|
"modules-right": [ |
|
"custom/weather", |
|
"battery", |
|
"backlight", |
|
"bluetooth", |
|
"network", |
|
//"custom/updater", |
|
"custom/cycle_wall", |
|
"custom/lock", |
|
], |
|
}, |
|
|
|
{ |
|
"include": "~/.config/waybar/modules", |
|
"layer": "top", |
|
"mode": "dock", |
|
"exclusive": true, |
|
"passthrough": false, |
|
"position": "bottom", |
|
"spacing": 3, |
|
"fixed-center": true, |
|
"ipc": true, |
|
"margin-left": 6, |
|
"margin-right": 10, |
|
"margin-bottom": 6, |
|
|
|
"modules-left": [ |
|
"custom/menu", |
|
"wlr/taskbar", |
|
], |
|
|
|
"modules-center": [ |
|
"cava", |
|
], |
|
|
|
"modules-right": [ |
|
"hyprland/window", |
|
"tray", |
|
"keyboard-state", |
|
"pulseaudio", |
|
//"wireplumber", |
|
"pulseaudio#microphone", |
|
"custom/power", |
|
], |
|
|
|
}] |