diff --git a/nix/hosts/t14/configuration.nix b/nix/hosts/t14/configuration.nix index b5e70c1..98a6092 100644 --- a/nix/hosts/t14/configuration.nix +++ b/nix/hosts/t14/configuration.nix @@ -64,6 +64,8 @@ sway ''; "walls/2020-August-11-Churning-Clouds-on-Jupiter.jpg".source = ./walls/2020-August-11-Churning-Clouds-on-Jupiter.jpg; + "walls/PIA06254.jpg".source = ./walls/PIA06254.jpg; + "walls/PIA20522enceladus.jpg".source = ./walls/PIA20522enceladus.jpg; }; sound = { diff --git a/nix/hosts/t14/modules/desktop/sway.nix b/nix/hosts/t14/modules/desktop/sway.nix index a851396..5dfcb82 100644 --- a/nix/hosts/t14/modules/desktop/sway.nix +++ b/nix/hosts/t14/modules/desktop/sway.nix @@ -102,7 +102,9 @@ in { $right l $lock exec swaylock -efFc "#000000" - $bg "/etc/walls/2020-August-11-Churning-Clouds-on-Jupiter.jpg" + $bg "/etc/walls/2020-August-11-Churning-Clouds-on-Jupiter.jpg" + # $bg "/etc/walls/PIA06254.jpg" + # $bg "/etc/walls/PIA20522enceladus.jpg" ### # $gtk_theme "Dracula" ### $gtk_theme "Yaru-purple-dark" diff --git a/nix/hosts/t14/walls/PIA06254.jpg b/nix/hosts/t14/walls/PIA06254.jpg new file mode 100644 index 0000000..3d01329 Binary files /dev/null and b/nix/hosts/t14/walls/PIA06254.jpg differ diff --git a/nix/hosts/t14/walls/PIA06254.tif b/nix/hosts/t14/walls/PIA06254.tif new file mode 100644 index 0000000..15c8a1a Binary files /dev/null and b/nix/hosts/t14/walls/PIA06254.tif differ diff --git a/nix/hosts/t14/walls/PIA20522enceladus.jpg b/nix/hosts/t14/walls/PIA20522enceladus.jpg new file mode 100644 index 0000000..703bf83 Binary files /dev/null and b/nix/hosts/t14/walls/PIA20522enceladus.jpg differ