feat(waybar): add tray

This commit is contained in:
Price Hiller 2023-06-03 21:42:37 -05:00
parent 641210c421
commit 58e163cfe3
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -19,6 +19,7 @@
], ],
"modules-right": [ "modules-right": [
"custom/pacman-update", "custom/pacman-update",
"tray",
"custom/asusmode", "custom/asusmode",
"network", "network",
"clock", "clock",
@ -219,6 +220,9 @@
"app_ids-mapping": { "app_ids-mapping": {
"firefoxdeveloperedition": "firefox-developer-edition" "firefoxdeveloperedition": "firefox-developer-edition"
} }
},
"tray": {
"icon-size": 12
} }
} }
] ]