-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig
More file actions
74 lines (74 loc) · 1.83 KB
/
config
File metadata and controls
74 lines (74 loc) · 1.83 KB
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
{
"output": "DP-1",
"position": "bottom",
"modules-left": [
"hyprland/submap",
"hyprland/workspaces",
"hyprland/window"
],
"modules-center": [
"clock"
],
"modules-right": [
"tray",
"temperature",
"cpu",
"memory",
"network",
"pulseaudio"
],
"hyprland/workspaces": {
"all-outputs": true,
"on-click": "activate",
"on-scroll-up": "hyprctl dispatch workspace r+1",
"on-scroll-down": "hyprctl dispatch workspace r-1"
},
"hyprland/submap": {
"format": " \u2001{}",
"tooltip": false
},
"tray": {
"icon-size": 16,
"spacing": 10,
"show-passive-items": true
},
"clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%A, %b %d | %I:%M %p}"
},
"temperature": {
"format": "\u2001{temperatureC}°C",
"tooltip": false
},
"pulseaudio": {
"scroll-step": 2,
"format": "{icon}\u2001{volume}%",
"format-bluetooth": "{icon}\u2001{volume}%\u2001",
"format-muted": "",
"format-icons": {
"default": [
"",
""
]
},
"on-click": "pavucontrol",
"tooltip": false
},
"network": {
"format-wifi": "\u2001{essid}",
"format-ethernet": "\u2001{ipaddr}",
"format-disconnected": "\u2001offline",
"format-alt": "\u2001{ifname}: {ipaddr}",
"tooltip": false
},
"cpu": {
"format": "\u2001{usage}%",
"interval": 2,
"tooltip": false
},
"memory": {
"format": "\u2001{percentage}% of {total}GB",
"interval": 2,
"tooltip": false
}
}