From f383b97af49fa7f428e0711a9f1a7a7a0f83bdfe Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 30 Nov 2021 13:00:38 -0500 Subject: disable random-background, and change monitor again --- lib/linux.nix | 4 ++-- 1 file 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"; -- cgit v1.2.3