From e76c9f255a485f8f7e838032b71c459f2992e3ef Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Thu, 11 May 2023 22:26:22 -0500 Subject: [PATCH] Fix background configs --- hosts/concord.toml | 1 + hosts/faithful.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/concord.toml b/hosts/concord.toml index f108329..0addcfa 100644 --- a/hosts/concord.toml +++ b/hosts/concord.toml @@ -7,3 +7,4 @@ disks = ["/"] outputs = [ "\"Pioneer Electronic Corporation AV Receiver Unknown\" mode 3840x2160@60Hz scale 2.0 bg ~/.local/share/backgrounds/concord/full.jpg fill", ] +default-background = false diff --git a/hosts/faithful.toml b/hosts/faithful.toml index 63f3f2d..b875ff0 100644 --- a/hosts/faithful.toml +++ b/hosts/faithful.toml @@ -2,9 +2,9 @@ base16-scheme = "seti" wireless = ["wlp4s0"] ethernet = ["enp2s0"] disks = ["/"] -outputs = [] temperature-path = "/sys/class/hwmon/hwmon5/temp1_input" outputs = [ "* bg ~/.local/share/backgrounds/faithful/full.jpg fill", ] +default-background = false