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.
37 lines
609 B
37 lines
609 B
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
|
|
|
// ### LEFT PANEL ### // |
|
|
|
{ |
|
"include": "~/.config/waybar/modules", |
|
"layer": "top", |
|
"position": "left", |
|
"margin-top": 8, |
|
"margin-bottom": 8, |
|
"margin-left": 3, |
|
//"margin-right": 3, |
|
"spacing": 3, |
|
"fixed-center": true, |
|
"ipc": true, |
|
//"gtk-layer-shell": true, |
|
|
|
"modules-left": [ |
|
"clock#vertical", |
|
"custom/light_dark", |
|
], |
|
|
|
"modules-center": [ |
|
"hyprland/workspaces", |
|
], |
|
|
|
"modules-right": [ |
|
"mpris", |
|
"tray", |
|
"custom/swaync", |
|
"backlight#vertical", |
|
"pulseaudio#microphone_vertical", |
|
"pulseaudio#vertical", |
|
"custom/power_vertical", |
|
"custom/menu", |
|
], |
|
}
|
|
|