diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/linux.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/linux.nix b/lib/linux.nix index aa6fd2c..8f15db6 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -209,7 +209,7 @@ in modules-center = "date"; modules-left = "volume-bar"; modules-right = [ "battery" "cpu" "mem" "temp" ]; - monitor = "\${env:MONITOR:HDMI-1}"; + monitor = "\${env:MONITOR:HDMI-2}"; monitor-fallback = "\${env:MONITOR:eDP-1}"; radius = 0; separator = "|"; @@ -364,7 +364,7 @@ in }; random-background = { - enable = true; + enable = false; enableXinerama = true; imageDirectory = "%h/wallpaper"; interval = "5m"; |