diff options
author | Ben Sima <ben@bsima.me> | 2021-02-12 09:45:26 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-02-12 09:45:35 -0500 |
commit | 34ef0e9bd141b3254c4a881e5086d96c4da326de (patch) | |
tree | d0658dd534b2e64917f095f5ed840312ade9ce64 | |
parent | 17493708fc7bd0f042dd9599aa02a5bb240bce4d (diff) |
Fix monitor reference (I think)
-rw-r--r-- | linux.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = "|"; |