From 46bb41e797e4e83d56765d0cdbca523aea084cd0 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 18 Jun 2023 02:36:50 -0400 Subject: [PATCH] ironbar: add tray [test commit] --- home/ironbar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/ironbar/default.nix b/home/ironbar/default.nix index 397712f..a8163a2 100644 --- a/home/ironbar/default.nix +++ b/home/ironbar/default.nix @@ -88,7 +88,7 @@ in { "{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";}; in { monitors = { @@ -97,7 +97,7 @@ in { anchor_to_edges = true; start = [nixlogo]; center = [music spacer focused spacer uptime]; - end = [sys-info clock]; + end = [sys-info clock tray]; }; }; };