From b78a6fa7c96895dfde29cf1c639bc64b3b5a63cc Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 30 May 2024 15:10:19 -0400 Subject: oops, lots of updates - got it working on beryl and my new framework laptop - refactored stuff in the process - added some catppuccin theme stuff --- profiles/workshop.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'profiles/workshop.nix') diff --git a/profiles/workshop.nix b/profiles/workshop.nix index 003630d..84b8104 100644 --- a/profiles/workshop.nix +++ b/profiles/workshop.nix @@ -4,6 +4,8 @@ { imports = [ ../lib/linux.nix + ../lib/urxvt.nix + ../lib/polybar.nix ../lib/ssh.nix ../lib/packages.nix ../lib/emacs.nix @@ -18,7 +20,9 @@ ]; }; - services.polybar.config."bar/top".monitor = lib.mkForce "HDMI-1"; + services.polybar.config."bar/top".monitor = "HDMI-1"; + services.polybar.enable = true; + services.polybar.script = "polybar top &"; services.random-background.enable = lib.mkForce true; -- cgit v1.2.3