1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
// ### "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",
],
}
|