80 lines
1.2 KiB
Plaintext
Executable File
80 lines
1.2 KiB
Plaintext
Executable File
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
|
|
// ### DUAL TOP and BOTTOM ### //
|
|
|
|
[{
|
|
"include": "~/.config/waybar/modules",
|
|
"layer": "top",
|
|
//"mode": "dock",
|
|
"exclusive": true,
|
|
"passthrough": false,
|
|
"position": "top",
|
|
"spacing": 3,
|
|
"fixed-center": true,
|
|
"ipc": true,
|
|
"margin-top": 1,
|
|
"margin-left": 8,
|
|
"margin-right": 8,
|
|
|
|
"modules-left": [
|
|
"cpu",
|
|
"temperature",
|
|
"memory",
|
|
"disk",
|
|
],
|
|
|
|
"modules-center": [
|
|
"idle_inhibitor",
|
|
"hyprland/workspaces#4",
|
|
"custom/light_dark",
|
|
],
|
|
|
|
"modules-right": [
|
|
"custom/weather",
|
|
"battery",
|
|
"backlight",
|
|
"bluetooth",
|
|
"network",
|
|
//"custom/updater",
|
|
"custom/cycle_wall",
|
|
"custom/lock",
|
|
],
|
|
},
|
|
|
|
{
|
|
"include": "~/.config/waybar/modules",
|
|
"layer": "top",
|
|
//"mode": "dock",
|
|
"exclusive": true,
|
|
"passthrough": false,
|
|
"position": "bottom",
|
|
"spacing": 5,
|
|
"fixed-center": true,
|
|
"ipc": true,
|
|
"height": 0,
|
|
"margin-left": 8,
|
|
"margin-right": 8,
|
|
//"margin-bottom": 0,
|
|
|
|
"modules-left": [
|
|
"custom/menu",
|
|
"wlr/taskbar",
|
|
],
|
|
|
|
"modules-center": [
|
|
"clock",
|
|
],
|
|
|
|
"modules-right": [
|
|
"hyprland/window",
|
|
"tray",
|
|
"custom/swaync",
|
|
"mpris",
|
|
"keyboard-state",
|
|
"pulseaudio",
|
|
//"wireplumber",
|
|
"pulseaudio#microphone",
|
|
"custom/power",
|
|
],
|
|
|
|
}] |