added system tray to waybar, now my nextcloud sync icon shows

This commit is contained in:
Mike G 2024-01-13 18:19:54 -05:00
parent c87a485374
commit 97a4953abe
2 changed files with 13 additions and 1 deletions

View file

@ -12,7 +12,7 @@
], ],
"modules-right": "modules-right":
[ [
"temperature", "tray",
"custom/temp2", "custom/temp2",
"custom/notification", "custom/notification",
"custom/pacman", "custom/pacman",
@ -185,6 +185,11 @@
"critical-threshold": 80, "critical-threshold": 80,
"formate-critical": "{temperatureC}°C", "formate-critical": "{temperatureC}°C",
"format": "{temperatureC}°C" "format": "{temperatureC}°C"
},
"tray": {
"icon-size": 18,
"spacing": 10
} }
} }

View file

@ -150,3 +150,10 @@ tooltip label
animation-name: blink-update; animation-name: blink-update;
animation-duration: 3s; animation-duration: 3s;
} }
#tray
{
padding: 0 10px;
background-color: @primary_fg_color;
margin: 0 5px;
}