73 lines
No EOL
1.4 KiB
Text
73 lines
No EOL
1.4 KiB
Text
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
|
|
//* ............................................*/
|
|
//* .............CAMELLIA.......................*/
|
|
//* ............................................*/
|
|
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
|
|
|
|
{
|
|
|
|
"include": [
|
|
"$HOME/.config/waybar/Modules",
|
|
"$HOME/.config/waybar/ModulesWorkspaces",
|
|
"$HOME/.config/waybar/ModulesCustom",
|
|
"$HOME/.config/waybar/ModulesGroups",
|
|
],
|
|
"layer": "top",
|
|
//"mode": "dock",
|
|
"exclusive": true,
|
|
"passthrough": false,
|
|
"position": "top",
|
|
"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": "{}"
|
|
},
|
|
} |