1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

add tray styles

This commit is contained in:
andrey_varnavskiy
2024-12-14 06:31:20 +05:00
parent 26713ab65d
commit 425174eeed

View File

@@ -64,3 +64,9 @@ window#waybar {
color: #b16286; color: #b16286;
border-bottom: 5px solid #b16286; border-bottom: 5px solid #b16286;
} }
#tray {
margin: 0;
color: #d65d0e;
border-bottom: 5px solid #d65d0e;
}