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
|
{
"layer": "top",
"position": "top",
"height": 22,
"width": 820,
"spacing": 0,
"margin-bottom": 0,
"margin-top": 6,
"exclusive": true,
"output": "HDMI-A-1",
"modules-left": [
"hyprland/workspaces"
],
"modules-center": [
"hyprland/window"
],
"modules-right": [
"clock"
],
"hyprland/workspaces": {
"format": "{icon}",
"format-icons": {
"1": "一",
"2": "二",
"3": "三",
"4": "四",
"5": "五",
"6": "六",
"7": "七",
"8": "八",
"9": "九",
"10": "十"
},
"on-click": "activate",
"sort-by-number": true,
"all-outputs": true
},
"hyprland/window": {
"format": "{}",
"separate-outputs": true,
"max-length": 50
},
"clock": {
"format": "{:%d/%m | %H:%M:%S}",
"interval": 1,
"tooltip": false
}
}
|