ironbar: add tray [test commit]

This commit is contained in:
notohh 2023-06-18 02:36:50 -04:00
parent a2990895d7
commit 46bb41e797
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -88,7 +88,7 @@ in {
"{net_up:enp2s0} {net_down:enp2s0}" "{net_up:enp2s0} {net_down:enp2s0}"
]; ];
}; };
# tray = {type = "tray";}; tray currently broken - issue 166 tray = {type = "tray";}; # tray currently broken - issue 166
clock = {type = "clock";}; clock = {type = "clock";};
in { in {
monitors = { monitors = {
@ -97,7 +97,7 @@ in {
anchor_to_edges = true; anchor_to_edges = true;
start = [nixlogo]; start = [nixlogo];
center = [music spacer focused spacer uptime]; center = [music spacer focused spacer uptime];
end = [sys-info clock]; end = [sys-info clock tray];
}; };
}; };
}; };