Compare commits

..

2 Commits

Author SHA1 Message Date
0f6b4119b9 correct wlogout icons path 2025-07-12 15:25:45 +02:00
6113564818 change hyprlock's wallpaper path 2025-07-12 15:15:23 +02:00
8 changed files with 20 additions and 20 deletions

View File

@ -13,7 +13,7 @@ general {
# BACKGROUND
background {
monitor =
path = /home/smayzy/Wallpaper/himeno.jpg
path = /home/smayzy/wallpaper/himeno.jpg
blur_passes = 0
color = $base
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -27,13 +27,13 @@ button:focus, button:active, button:hover {
}
#lock {
background-image: image(url("/usr/share/wlogout/icons/lock.png"), url("/usr/local/share/wlogout/icons/lock.png"));
background-image: image(url("./lock.png"), url("./lock.png"));
}
#shutdown {
background-image: image(url("/usr/share/wlogout/icons/shutdown.png"), url("/usr/local/share/wlogout/icons/shutdown.png"));
background-image: image(url("./shutdown.png"));
}
#reboot {
background-image: image(url("/usr/share/wlogout/icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png"));
background-image: image(url("./reboot.png"));
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB