File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 187
187
"spacing" : 8
188
188
},
189
189
"custom/cc" : {
190
- "format" : " " ,
190
+ "format" : " " ,
191
191
"on-click" : " swaync-client -t " ,
192
192
"tooltip" : false
193
193
},
196
196
"tooltip" : false
197
197
},
198
198
"hyprland/workspaces" : {
199
- "format" : " {id }"
199
+ "format" : " {name }"
200
200
},
201
201
"_vim_" : " # vim: set filetype=json:"
202
202
}
Original file line number Diff line number Diff line change 6
6
"orientation" : " horizontal" ,
7
7
"modules" : [
8
8
" group/stats" ,
9
+ " custom/cc" ,
9
10
" group/traygroup"
10
11
]
11
12
},
27
28
"group/traygroup" : {
28
29
"orientation" : " horizontal" ,
29
30
"modules" : [
30
- " custom/cc" ,
31
31
" privacy" ,
32
32
" wireplumber#prefix" ,
33
33
" tray"
Original file line number Diff line number Diff line change 34
34
35
35
# traygroup {
36
36
background-color: @tray-bg-color ;
37
- border-radius : 0 px 18 px 18 px 0 px ;
37
+ border-radius : 16 px ;
38
38
color: @tray-fg-color ;
39
- padding-right : 16px ;
39
+ padding-right : 8px ;
40
+ margin : 4px ;
40
41
}
41
42
42
43
# stats {
@@ -80,11 +81,14 @@ window {
80
81
padding : 0px 0px 0px 8px ;
81
82
}
82
83
83
- # privacy ,
84
- # custom-cc {
84
+ # privacy {
85
85
padding : 0px 0px 0px 8px ;
86
86
}
87
87
88
+ # custom-cc {
89
+ padding : 0px 8px 0px 4px ;
90
+ }
91
+
88
92
window # waybar .empty # window ,
89
93
window # waybar .solo # window {
90
94
background : transparent;
You can’t perform that action at this time.
0 commit comments