diff --git a/hosts/concord.toml b/hosts/concord.toml new file mode 100644 index 0000000..f108329 --- /dev/null +++ b/hosts/concord.toml @@ -0,0 +1,9 @@ +is-virtual = false +base16-scheme = "seti" +wireless = ["wlp0s20f3"] +ethernet = ["eno1"] +disks = ["/"] + +outputs = [ + "\"Pioneer Electronic Corporation AV Receiver Unknown\" mode 3840x2160@60Hz scale 2.0 bg ~/.local/share/backgrounds/concord/full.jpg fill", +] diff --git a/hosts/faithful.toml b/hosts/faithful.toml index e8724dd..63f3f2d 100644 --- a/hosts/faithful.toml +++ b/hosts/faithful.toml @@ -4,3 +4,7 @@ ethernet = ["enp2s0"] disks = ["/"] outputs = [] temperature-path = "/sys/class/hwmon/hwmon5/temp1_input" + +outputs = [ + "* bg ~/.local/share/backgrounds/faithful/full.jpg fill", +] diff --git a/raw/.local/share/backgrounds/concord/CREDIT.txt b/raw/.local/share/backgrounds/concord/CREDIT.txt new file mode 100644 index 0000000..6659c97 --- /dev/null +++ b/raw/.local/share/backgrounds/concord/CREDIT.txt @@ -0,0 +1 @@ +Source: https://pixabay.com/photos/avenue-trees-path-sunbeams-sunrays-815297/ \ No newline at end of file diff --git a/raw/.local/share/backgrounds/concord/full.jpg b/raw/.local/share/backgrounds/concord/full.jpg new file mode 100644 index 0000000..a85acb9 Binary files /dev/null and b/raw/.local/share/backgrounds/concord/full.jpg differ diff --git a/raw/.local/share/backgrounds/faithful/CREDIT.txt b/raw/.local/share/backgrounds/faithful/CREDIT.txt new file mode 100644 index 0000000..d178e0a --- /dev/null +++ b/raw/.local/share/backgrounds/faithful/CREDIT.txt @@ -0,0 +1 @@ +Source: https://pixabay.com/photos/myanmar-burma-landscape-sunrise-2494826/ \ No newline at end of file diff --git a/raw/.local/share/backgrounds/faithful/full.jpg b/raw/.local/share/backgrounds/faithful/full.jpg new file mode 100644 index 0000000..3212b63 Binary files /dev/null and b/raw/.local/share/backgrounds/faithful/full.jpg differ