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.
68 lines
1.2 KiB
68 lines
1.2 KiB
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ |
|
//* ............................................*/ |
|
//* .............CAMELLIA.......................*/ |
|
//* ............................................*/ |
|
//* --- 👍 designed by https://github.com/Krautt 👍 --- */ |
|
|
|
{ |
|
|
|
"include": "~/.config/waybar/modules", |
|
"layer": "top", |
|
//"mode": "dock", |
|
"exclusive": true, |
|
"passthrough": false, |
|
"position": "bottom", |
|
"spacing": 4, |
|
"fixed-center": true, |
|
"ipc": true, |
|
//"margin-top": 0, |
|
//"margin-bottom": 0, |
|
//"margin-left": 0, |
|
//"margin-right": 0, |
|
|
|
"modules-left": [ |
|
"hyprland/workspaces#cam", |
|
"custom/separator#line", |
|
"mpris", |
|
"custom/swaync", |
|
"tray", |
|
"wlr/taskbar"], |
|
|
|
"modules-center": ["hyprland/window"], |
|
|
|
"modules-right": [ |
|
"custom/backlight", |
|
"backlight/slider", |
|
"custom/speaker", |
|
"pulseaudio/slider", |
|
"battery", |
|
"clock#3", |
|
"network"], |
|
|
|
// Additional modules // |
|
"pulseaudio/slider": { |
|
"min": 0, |
|
"max": 100, |
|
"orientation": "horizontal" |
|
|
|
}, |
|
|
|
"custom/speaker": { |
|
"exec": "echo '🔊'", |
|
"interval": 1, |
|
"format": "{}" |
|
}, |
|
|
|
"backlight/slider": { |
|
"min": 0, |
|
"max": 100, |
|
"orientation": "horizontal", |
|
"device": "intel_backlight" |
|
}, |
|
|
|
"custom/backlight": { |
|
"exec": "echo '✨'", |
|
"interval": 1, |
|
"format": "{}" |
|
}, |
|
} |