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
|
/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
// Sleek
{
"include": [
"$HOME/.config/waybar/Modules",
"$HOME/.config/waybar/ModulesWorkspaces",
"$HOME/.config/waybar/ModulesCustom",
"$HOME/.config/waybar/ModulesGroups",
"$HOME/.config/waybar/UserModules",
],
"layer": "top",
"position": "bottom",
"height": 14,
"margin-left": 10,
"margin-right": 10,
"margin-bottom": 2,
"modules-left": [
"custom/menu",
"custom/separator#blank_2",
"hyprland/workspaces",
"custom/separator#blank_2",
"mpris",
"tray"
],
"modules-center": [
"idle_inhibitor",
"custom/separator#blank",
"clock",
"custom/separator#blank",
"group/notify"
],
"modules-right": [
"hyprland/window",
"custom/separator#blank_2",
"pulseaudio",
"custom/separator#blank",
"power-profiles-daemon",
"custom/power",
],
}
|