5 changed files with 18 additions and 231 deletions
@ -1,47 +0,0 @@ |
|||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
|
||||||
|
|
||||||
// ### "Plasma" (bottom) ### // |
|
||||||
|
|
||||||
{ |
|
||||||
"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": 6, |
|
||||||
"margin-bottom": 4, |
|
||||||
|
|
||||||
"modules-left": [ |
|
||||||
"custom/menu", |
|
||||||
"hyprland/workspaces#3", |
|
||||||
"wlr/taskbar", |
|
||||||
], |
|
||||||
|
|
||||||
"modules-center": [ |
|
||||||
"hyprland/window", |
|
||||||
"custom/light_dark", |
|
||||||
], |
|
||||||
|
|
||||||
"modules-right": [ |
|
||||||
"tray", |
|
||||||
"custom/weather", |
|
||||||
"clock", |
|
||||||
"cpu", |
|
||||||
"temperature", |
|
||||||
"memory", |
|
||||||
"backlight", |
|
||||||
"battery", |
|
||||||
"pulseaudio", |
|
||||||
//"wireplumber", |
|
||||||
"pulseaudio#microphone", |
|
||||||
//"custom/updater", |
|
||||||
"keyboard-state", |
|
||||||
"custom/cycle_wall", |
|
||||||
"custom/power", |
|
||||||
], |
|
||||||
} |
|
||||||
@ -1,48 +0,0 @@ |
|||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
|
||||||
|
|
||||||
// ### "Gnome" style (top) ### // |
|
||||||
{ |
|
||||||
"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": [ |
|
||||||
"custom/menu", |
|
||||||
"hyprland/workspaces#3", |
|
||||||
//"custom/updater", |
|
||||||
"hyprland/window", |
|
||||||
], |
|
||||||
|
|
||||||
"modules-center": [ |
|
||||||
"clock", |
|
||||||
"custom/light_dark", |
|
||||||
"cava", |
|
||||||
"custom/weather", |
|
||||||
], |
|
||||||
|
|
||||||
"modules-right": [ |
|
||||||
"tray", |
|
||||||
//"network", |
|
||||||
"bluetooth", |
|
||||||
"cpu", |
|
||||||
"temperature", |
|
||||||
"memory", |
|
||||||
"battery", |
|
||||||
"backlight", |
|
||||||
"keyboard-state", |
|
||||||
"pulseaudio", |
|
||||||
//"wireplumber", |
|
||||||
"pulseaudio#microphone", |
|
||||||
"custom/cycle_wall", |
|
||||||
"custom/power", |
|
||||||
], |
|
||||||
} |
|
||||||
@ -1,129 +0,0 @@ |
|||||||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
|
||||||
|
|
||||||
// ### ALL SIDES ### // |
|
||||||
|
|
||||||
[{ |
|
||||||
// ### TOP PANEL ## |
|
||||||
|
|
||||||
"include": "~/.config/waybar/modules", |
|
||||||
"layer": "top", |
|
||||||
//"mode": "dock", |
|
||||||
"exclusive": true, |
|
||||||
"passthrough": false, |
|
||||||
"position": "top", |
|
||||||
"spacing": 3, |
|
||||||
"fixed-center": true, |
|
||||||
"ipc": true, |
|
||||||
"padding": 4, |
|
||||||
"margin-top": 6, |
|
||||||
"margin-left": 8, |
|
||||||
"margin-right": 8, |
|
||||||
|
|
||||||
"modules-left": [ |
|
||||||
"cpu", |
|
||||||
"temperature", |
|
||||||
"memory", |
|
||||||
"disk", |
|
||||||
"custom/weather", |
|
||||||
], |
|
||||||
|
|
||||||
"modules-center": [ |
|
||||||
"hyprland/workspaces#4", |
|
||||||
], |
|
||||||
|
|
||||||
"modules-right": [ |
|
||||||
"battery", |
|
||||||
"backlight", |
|
||||||
"bluetooth", |
|
||||||
"network", |
|
||||||
//"custom/updater", |
|
||||||
"custom/cycle_wall", |
|
||||||
], |
|
||||||
}, |
|
||||||
|
|
||||||
// ### LEFT PANEL ### // |
|
||||||
{ |
|
||||||
"include": "~/.config/waybar/modules", |
|
||||||
"layer": "top", |
|
||||||
"position": "left", |
|
||||||
"margin-top": 8, |
|
||||||
"margin-bottom": 8, |
|
||||||
"margin-left": 8, |
|
||||||
//"margin-right": 3, |
|
||||||
"spacing": 3, |
|
||||||
"fixed-center": true, |
|
||||||
"ipc": true, |
|
||||||
//"gtk-layer-shell": true, |
|
||||||
|
|
||||||
"modules-left": [ |
|
||||||
"custom/menu", |
|
||||||
], |
|
||||||
|
|
||||||
"modules-center": [ |
|
||||||
"custom/light_dark", |
|
||||||
], |
|
||||||
|
|
||||||
"modules-right": [ |
|
||||||
"idle_inhibitor", |
|
||||||
], |
|
||||||
}, |
|
||||||
|
|
||||||
// ### RIGHT PANEL ### // |
|
||||||
{ |
|
||||||
"include": "~/.config/waybar/modules", |
|
||||||
"layer": "top", |
|
||||||
"position": "right", |
|
||||||
"margin-top": 8, |
|
||||||
"margin-bottom": 8, |
|
||||||
//"margin-left": 1, |
|
||||||
"margin-right": 8, |
|
||||||
"spacing": 3, |
|
||||||
"fixed-center": true, |
|
||||||
"ipc": true, |
|
||||||
"gtk-layer-shell": true, |
|
||||||
|
|
||||||
"modules-left": [ |
|
||||||
"custom/lock", |
|
||||||
], |
|
||||||
|
|
||||||
"modules-center": [ |
|
||||||
"clock#vertical", |
|
||||||
], |
|
||||||
|
|
||||||
"modules-right": [ |
|
||||||
"custom/power_vertical", |
|
||||||
], |
|
||||||
}, |
|
||||||
|
|
||||||
// ### BOTTOM PANEL ### // |
|
||||||
{ |
|
||||||
"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": 6, |
|
||||||
"margin-bottom": 4, |
|
||||||
|
|
||||||
"modules-left": [ |
|
||||||
"wlr/taskbar", |
|
||||||
], |
|
||||||
|
|
||||||
"modules-center": [ |
|
||||||
"hyprland/window", |
|
||||||
], |
|
||||||
|
|
||||||
"modules-right": [ |
|
||||||
"tray", |
|
||||||
"keyboard-state", |
|
||||||
"pulseaudio", |
|
||||||
//"wireplumber", |
|
||||||
"pulseaudio#microphone", |
|
||||||
], |
|
||||||
|
|
||||||
}] |
|
||||||
Loading…
Reference in new issue