2024-12-12 17:22 : id 422

This commit is contained in:
deadvey 2024-12-12 17:25:21 +00:00
parent 496e3042e6
commit 1302775eba
2 changed files with 7 additions and 11 deletions

View File

@ -59,7 +59,6 @@ in
fuzzel fuzzel
gimp gimp
hyprland hyprland
hyprpaper
hyprpicker hyprpicker
hyprlock hyprlock
hypridle hypridle
@ -82,6 +81,7 @@ in
unzip unzip
w3m w3m
wl-clipboard wl-clipboard
wpaperd
vimb vimb
]; ];
# Required for Hyprpicker to work # Required for Hyprpicker to work
@ -114,9 +114,7 @@ in
-fuzz 10% -fill "#${BG}" -opaque "$(convert ${WALLPAPER_PATH} -format "%[pixel:u.p{0,0}]" info:-)" \ -fuzz 10% -fill "#${BG}" -opaque "$(convert ${WALLPAPER_PATH} -format "%[pixel:u.p{0,0}]" info:-)" \
-fuzz 10% -fill "#${ACCENT}" -opaque "$(convert ${WALLPAPER_PATH} -format "%[pixel:u.p{3475,1627}]" info:-)" \ -fuzz 10% -fill "#${ACCENT}" -opaque "$(convert ${WALLPAPER_PATH} -format "%[pixel:u.p{3475,1627}]" info:-)" \
${WALLPAPER_PATH} ${WALLPAPER_PATH}
kill -9 $(pgrep hyprpaper) wpaperd
sleep 0.1
hyprpaper &
''; '';
executable = true; executable = true;
}; };
@ -167,11 +165,9 @@ in
}; };
}; };
programs = { programs = {
nheko = { wpaperd = {
settings = { HDMI-A-1 = {
user = { path = "${WALLPAPER_PATH}";
theme = "dark";
};
}; };
}; };
neovim = { neovim = {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 186 KiB