ironbar: add tray [test commit]
This commit is contained in:
parent
a2990895d7
commit
46bb41e797
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue