We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2366622 + a4243be commit 374c640Copy full SHA for 374c640
Configs/.config/waybar/modules/tray.jsonc
@@ -4,9 +4,4 @@ To modify the module,
4
copy the content from xdg_share/waybar/modules/*.jsonc to ~/.config/waybar/modules/*.jsonc
5
https://man.archlinux.org/man/extra/waybar/waybar-tray.5
6
*/
7
-{
8
- "tray": {
9
- // "icon-size": 16, // Setting this is useless, waybar.py generates the font size scaled 1x monitor
10
- "spacing": 1
11
- }
12
-}
+{}
Configs/.local/share/waybar/modules/tray.jsonc
@@ -0,0 +1,5 @@
1
+{
2
+ "tray": {
3
+ "spacing": 5
+ }
+}
0 commit comments