Add JWST wallpapers

This commit is contained in:
Erwin Boskma 2022-07-13 17:48:08 +02:00
parent 9a42f090b0
commit 72a3bbdeee
Signed by: erwin
GPG key ID: 270B20D17394F7E5
5 changed files with 8 additions and 3 deletions

View file

@ -6,7 +6,12 @@
with lib; let
cfg = config.eboskma.programs.sway;
mod = "Mod4";
swaylockcmd = "${pkgs.swaylock-effects}/bin/swaylock --ignore-empty-password --daemonize --show-failed-attempts --indicator-caps-lock --clock --image ~/.wallpapers/river-2560.png --fade-in 0.5 --scaling fill";
wallpapers = {
hd = "~/.wallpapers/river-1920.png";
qhd = "~/.wallpapers/jwst-southern-ring-nircam-miri-side-by-side-2560.png";
uhd = "~/.wallpapers/jwst-southern-ring-nircam-miri-side-by-side-3840.png";
};
swaylockcmd = "${pkgs.swaylock-effects}/bin/swaylock --ignore-empty-password --daemonize --show-failed-attempts --indicator-caps-lock --clock --image ${wallpapers.qhd} --fade-in 0.5 --scaling fill";
# swaylockcmd = "${pkgs.swaylock}/bin/swaylock --ignore-empty-password --daemonize --show-failed-attempts --indicator-caps-lock --image ~/.wallpapers/river-2560.png --scaling fill";
rofiPower = pkgs.writeShellScriptBin "rofi-power" (builtins.readFile ./powermenu.sh);
in
@ -102,11 +107,11 @@ in
output = {
"Virtual-1" = {
bg = "~/.wallpapers/river-1920.png fill";
bg = "${wallpapers.hd} fill";
mode = "1920x1080@60Hz";
};
"DP-2" = {
bg = "~/.wallpapers/river-2560.png fill";
bg = "${wallpapers.qhd} fill";
mode = "2560x1440@144Hz";
# adaptive_sync = "on";
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 MiB