aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/configs/TOP-Camellia
blob: d67234386f795f267be27e266be8ad7bfee5e9d9 (plain) (blame)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
//* ----------- 💫 https://github.com/LinuxBeginnings 💫 -------- */
//* ............................................*/
//* .............CAMELLIA.......................*/
//* ............................................*/
//* --- 👍 designed by https://github.com/Krautt  👍 --- */

{
 
"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": 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",
	"group/notify",
	"tray", 
	"wlr/taskbar"],

"modules-center": ["hyprland/window"], 
	
"modules-right": [
	"custom/backlight",
	"backlight/slider",
	"custom/speaker",
	"pulseaudio/slider",
	"power-profiles-daemon",
	"battery",
	"clock#3", 
	"network",
	"custom/nightlight"],

// 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": "{}"
},
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage