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
gimp
hyprland
hyprpaper
hyprpicker
hyprlock
hypridle
@ -82,6 +81,7 @@ in
unzip
w3m
wl-clipboard
wpaperd
vimb
];
# 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 "#${ACCENT}" -opaque "$(convert ${WALLPAPER_PATH} -format "%[pixel:u.p{3475,1627}]" info:-)" \
${WALLPAPER_PATH}
kill -9 $(pgrep hyprpaper)
sleep 0.1
hyprpaper &
wpaperd
'';
executable = true;
};
@ -167,11 +165,9 @@ in
};
};
programs = {
nheko = {
settings = {
user = {
theme = "dark";
};
wpaperd = {
HDMI-A-1 = {
path = "${WALLPAPER_PATH}";
};
};
neovim = {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 186 KiB