4 changed files with 56 additions and 78 deletions
@ -1,72 +1,73 @@ |
|||||||
// ### TOP and RIGHT PANEL ## // |
// ### TOP and LEFT PANEL ## // |
||||||
|
|
||||||
[{ |
[{ |
||||||
"include": "~/.config/waybar/modules", |
"include": "~/.config/waybar/modules", |
||||||
"layer": "top", |
"layer": "top", |
||||||
//"mode": "dock", |
//"mode": "dock", |
||||||
|
"width": 1200, |
||||||
"exclusive": true, |
"exclusive": true, |
||||||
"passthrough": false, |
"passthrough": false, |
||||||
"position": "top", |
"position": "top", |
||||||
"spacing": 3, |
"spacing": 3, |
||||||
"fixed-center": true, |
"fixed-center": true, |
||||||
"ipc": true, |
"ipc": true, |
||||||
"padding": 2, |
|
||||||
"margin-top": 6, |
"margin-top": 6, |
||||||
"margin-left": 8, |
"margin-left": 8, |
||||||
"margin-right": 8, |
"margin-right": 8, |
||||||
|
|
||||||
"modules-left": [ |
"modules-left": [ |
||||||
"cpu", |
"temperature", |
||||||
"temperature", |
"cpu", |
||||||
"memory", |
"memory", |
||||||
], |
"disk", |
||||||
|
], |
||||||
|
|
||||||
"modules-center": [ |
"modules-center": [ |
||||||
"hyprland/window", |
//"hyprland/window", |
||||||
"custom/weather", |
"custom/lock", |
||||||
], |
"custom/menu", |
||||||
|
"idle_inhibitor", |
||||||
"modules-right": [ |
|
||||||
"network", |
|
||||||
"bluetooth", |
|
||||||
//"cava", |
|
||||||
"battery", |
|
||||||
"backlight", |
|
||||||
"pulseaudio", |
|
||||||
//"wireplumber", |
|
||||||
"pulseaudio#microphone", |
|
||||||
"keyboard-state", |
|
||||||
"custom/power", |
|
||||||
], |
], |
||||||
|
|
||||||
|
"modules-right": [ |
||||||
|
//"network", |
||||||
|
//"bluetooth", |
||||||
|
"custom/weather", |
||||||
|
"battery", |
||||||
|
"backlight", |
||||||
|
"pulseaudio", |
||||||
|
//"wireplumber", |
||||||
|
"pulseaudio#microphone", |
||||||
|
"keyboard-state", |
||||||
|
"custom/power", |
||||||
|
], |
||||||
}, |
}, |
||||||
|
|
||||||
{ |
{ |
||||||
"include": "~/.config/waybar/modules", |
"include": "~/.config/waybar/modules", |
||||||
"layer": "top", |
"layer": "top", |
||||||
"position": "right", |
"position": "right", |
||||||
|
"height": 650, |
||||||
"margin-top": 8, |
"margin-top": 8, |
||||||
"margin-bottom": 8, |
"margin-bottom": 8, |
||||||
"margin-left": 1, |
"margin-left": 8, |
||||||
"margin-right": 8, |
"margin-right": 3, |
||||||
"spacing": 3, |
"spacing": 3, |
||||||
"fixed-center": true, |
"fixed-center": true, |
||||||
"ipc": true, |
"ipc": true, |
||||||
"gtk-layer-shell": true, |
//"gtk-layer-shell": true, |
||||||
|
|
||||||
"modules-left": [ |
"modules-left": [ |
||||||
"custom/menu", |
"hyprland/workspaces#2", |
||||||
"custom/light_dark", |
], |
||||||
], |
|
||||||
|
|
||||||
"modules-center": [ |
"modules-center": [ |
||||||
"hyprland/workspaces#2", |
"clock#vertical", |
||||||
], |
], |
||||||
|
|
||||||
"modules-right": [ |
"modules-right": [ |
||||||
"idle_inhibitor", |
"tray", |
||||||
"custom/lock", |
"custom/light_dark", |
||||||
"tray", |
], |
||||||
"clock#vertical", |
|
||||||
], |
|
||||||
|
|
||||||
}] |
}] |
||||||
Loading…
Reference in new issue