From 2953a77c1c11f107f20c78c58f40259940d2d6a4 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 11 Jan 2026 17:21:24 +0100 Subject: [PATCH] non important commit --- home/modules/bspwm.nix | 3 ++- home/modules/polybar.nix | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/home/modules/bspwm.nix b/home/modules/bspwm.nix index cd114c9..3530c20 100644 --- a/home/modules/bspwm.nix +++ b/home/modules/bspwm.nix @@ -41,7 +41,8 @@ ''; startupPrograms = [ - "polybar" + "polybar primary &" + "polybar secondary &" ]; }; } diff --git a/home/modules/polybar.nix b/home/modules/polybar.nix index 2c8e284..b44d371 100644 --- a/home/modules/polybar.nix +++ b/home/modules/polybar.nix @@ -6,11 +6,6 @@ mpdSupport = true; }; - script = '' - polybar primary & - polybar secondary & - ''; - settings = { "colors" = { bg = "#151515";