diff options
-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 = "|"; |