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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
// ### DEFAULT Laptop - Top ### //
{
"include": [
"$HOME/.config/waybar/Modules",
"$HOME/.config/waybar/ModulesWorkspaces",
"$HOME/.config/waybar/ModulesCustom",
"$HOME/.config/waybar/ModulesGroups",
"$HOME/.config/waybar/UserModules",
],
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"margin-top": 3,
"margin-left": 8,
"margin-right": 8,
"modules-left": [
"custom/separator#blank",
"custom/cava_mviz",
"custom/separator#blank",
"custom/playerctl",
"custom/separator#blank_2",
"hyprland/window",
],
"modules-center": [
"group/app_drawer",
"custom/separator#blank",
"group/notify",
"custom/separator#dot-line",
"hyprland/workspaces#rw",
"clock",
"custom/separator#dot-line",
"custom/weather2",
"custom/separator#dot-line",
"idle_inhibitor",
"custom/hint",
],
"modules-right": [
"tray",
"network#speed",
"custom/separator#dot-line",
"group/laptop",
"custom/separator#dot-line",
"group/mobo_drawer",
"custom/separator#line",
"group/audio",
"custom/separator#dot-line",
"custom/nightlight",
"group/status",
],
}
|