From 34ef0e9bd141b3254c4a881e5086d96c4da326de Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 12 Feb 2021 09:45:26 -0500 Subject: Fix monitor reference (I think) --- linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.nix b/linux.nix index 7a84646..e5d6506 100644 --- a/linux.nix +++ b/linux.nix @@ -197,7 +197,7 @@ in modules-center = "date"; modules-left = "volume-bar"; modules-right = [ "battery" "cpu" "mem" "temp" ]; - monitor = "\${env:MONITOR:HDMI-2}"; + monitor = "\${env:MONITOR:HDMI-1}"; monitor-fallback = "\${env:MONITOR:eDP-1}"; radius = 0; separator = "|"; -- cgit v1.2.3