diff options
| -rw-r--r-- | images/pond.jpg (renamed from sora-sagano-Dksk8szLRN0-unsplash.jpg) | bin | 5162607 -> 5162607 bytes | |||
| -rw-r--r-- | images/tokyo tower.jpg (renamed from jaison-lin-2WHTac8jVA8-unsplash.jpg) | bin | 2250150 -> 2250150 bytes | |||
| -rw-r--r-- | modules/sway.nix | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/sora-sagano-Dksk8szLRN0-unsplash.jpg b/images/pond.jpg Binary files differindex 520a8a7..520a8a7 100644 --- a/sora-sagano-Dksk8szLRN0-unsplash.jpg +++ b/images/pond.jpg diff --git a/jaison-lin-2WHTac8jVA8-unsplash.jpg b/images/tokyo tower.jpg Binary files differindex e6e9c84..e6e9c84 100644 --- a/jaison-lin-2WHTac8jVA8-unsplash.jpg +++ b/images/tokyo tower.jpg diff --git a/modules/sway.nix b/modules/sway.nix index 36ad4b4..e756971 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -38,7 +38,7 @@ in { output = { DP-1 = { resolution = "1920x1080@240Hz"; - bg = "/etc/nixos/jaison-lin-2WHTac8jVA8-unsplash.jpg fill"; + bg = "/etc/nixos/images/pond.jpg fill"; }; }; @@ -80,4 +80,4 @@ in { XDG_CURRENT_DESKTOP = "wayland"; }; }; -}
\ No newline at end of file +} |
