This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
63 lines (63 loc) · 1.38 KB
/
config
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
[
{
"clock": {
"format": "{:%H:%M:%S %a}",
"interval": 1,
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
},
"custom/nvidia": {
"exec": "/home/pika/Software/pika-nixconfig/scripts/stats/nvidia.sh",
"format": "{}",
"restart-interval": 1
},
"custom/system": {
"exec": "/home/pika/Software/pika-nixconfig/scripts/stats/system.sh",
"format": "{}",
"restart-interval": 1
},
"height": 20,
"hyprland/window": {
"format": "{class}"
},
"hyprland/workspaces": {
"active-only": false,
"all-outputs": true,
"format": "{}",
"format-icons": {
"active": "",
"default": "",
"urgent": ""
},
"on-click": "activate",
"persistent-workspaces": {
"*": 5
}
},
"layer": "top",
"margin-bottom": 0,
"margin-left": 10,
"margin-right": 10,
"margin-top": 10,
"modules-center": [],
"modules-left": [
"hyprland/workspaces",
"hyprland/window"
],
"modules-right": [
"tray",
"custom/system",
"custom/nvidia",
"network",
"clock"
],
"network": {
"format-disconnected": "Disconnected",
"format-ethernet": " ",
"format-wifi": " {signalStrength}%"
},
"tray": {
"icon-size": 17,
"spacing": 10
}
}
]