summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-11-30 13:00:38 -0500
committerBen Sima <ben@bsima.me>2021-11-30 13:04:20 -0500
commitf383b97af49fa7f428e0711a9f1a7a7a0f83bdfe (patch)
treea63eaa7fca7a8fa4b09e1a06512d126d83f9fe11
parentc1322b8585b4fb9b9fbef525feb2f4b195e84996 (diff)
disable random-background, and change monitor again
-rw-r--r--lib/linux.nix4
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";