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

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