From 527b75331da3a5a4ec01a2ca2f8bafe97da7c753 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Tue, 11 Oct 2022 18:32:34 -0700 Subject: [PATCH] Add polybar system tray --- polybar/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/polybar/default.nix b/polybar/default.nix index d90171e..c010616 100644 --- a/polybar/default.nix +++ b/polybar/default.nix @@ -18,15 +18,13 @@ in alsaSupport = true; }; config = { - "colors" = { - }; "bar/top" = { + tray-position = "right"; font-0 = "Noto Sans Mono;2"; font-1 = "Noto Sans CJK JP;2"; background = "${colors.background}"; foreground = "${colors.foreground}"; width = "100%"; - height = "24pt"; line-size = "3pt"; padding-right = 1;