summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-02-12 09:45:26 -0500
committerBen Sima <ben@bsima.me>2021-02-12 09:45:35 -0500
commit34ef0e9bd141b3254c4a881e5086d96c4da326de (patch)
treed0658dd534b2e64917f095f5ed840312ade9ce64
parent17493708fc7bd0f042dd9599aa02a5bb240bce4d (diff)
Fix monitor reference (I think)
-rw-r--r--linux.nix2
1 files changed, 1 insertions, 1 deletions
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 = "|";