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", |
||||
"layer": "top", |
||||
//"mode": "dock", |
||||
"width": 1200, |
||||
"exclusive": true, |
||||
"passthrough": false, |
||||
"position": "top", |
||||
"spacing": 3, |
||||
"fixed-center": true, |
||||
"ipc": true, |
||||
"padding": 2, |
||||
"margin-top": 6, |
||||
"margin-left": 8, |
||||
"margin-right": 8, |
||||
|
||||
|
||||
"modules-left": [ |
||||
"cpu", |
||||
"temperature", |
||||
"memory", |
||||
], |
||||
|
||||
"temperature", |
||||
"cpu", |
||||
"memory", |
||||
"disk", |
||||
], |
||||
|
||||
"modules-center": [ |
||||
"hyprland/window", |
||||
"custom/weather", |
||||
], |
||||
|
||||
"modules-right": [ |
||||
"network", |
||||
"bluetooth", |
||||
//"cava", |
||||
"battery", |
||||
"backlight", |
||||
"pulseaudio", |
||||
//"wireplumber", |
||||
"pulseaudio#microphone", |
||||
"keyboard-state", |
||||
"custom/power", |
||||
//"hyprland/window", |
||||
"custom/lock", |
||||
"custom/menu", |
||||
"idle_inhibitor", |
||||
], |
||||
|
||||
"modules-right": [ |
||||
//"network", |
||||
//"bluetooth", |
||||
"custom/weather", |
||||
"battery", |
||||
"backlight", |
||||
"pulseaudio", |
||||
//"wireplumber", |
||||
"pulseaudio#microphone", |
||||
"keyboard-state", |
||||
"custom/power", |
||||
], |
||||
}, |
||||
|
||||
{ |
||||
"include": "~/.config/waybar/modules", |
||||
"layer": "top", |
||||
"position": "right", |
||||
"height": 650, |
||||
"margin-top": 8, |
||||
"margin-bottom": 8, |
||||
"margin-left": 1, |
||||
"margin-right": 8, |
||||
"margin-left": 8, |
||||
"margin-right": 3, |
||||
"spacing": 3, |
||||
"fixed-center": true, |
||||
"ipc": true, |
||||
"gtk-layer-shell": true, |
||||
|
||||
//"gtk-layer-shell": true, |
||||
|
||||
"modules-left": [ |
||||
"custom/menu", |
||||
"custom/light_dark", |
||||
], |
||||
|
||||
"hyprland/workspaces#2", |
||||
], |
||||
|
||||
"modules-center": [ |
||||
"hyprland/workspaces#2", |
||||
], |
||||
|
||||
"clock#vertical", |
||||
], |
||||
|
||||
"modules-right": [ |
||||
"idle_inhibitor", |
||||
"custom/lock", |
||||
"tray", |
||||
"clock#vertical", |
||||
], |
||||
|
||||
"tray", |
||||
"custom/light_dark", |
||||
], |
||||
|
||||
}] |
||||
Loading…
Reference in new issue