Compare commits
2 Commits
35742893ed
...
0f6b4119b9
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f6b4119b9 | |||
| 6113564818 |
@ -13,7 +13,7 @@ general {
|
|||||||
# BACKGROUND
|
# BACKGROUND
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
path = /home/smayzy/Wallpaper/himeno.jpg
|
path = /home/smayzy/wallpaper/himeno.jpg
|
||||||
blur_passes = 0
|
blur_passes = 0
|
||||||
color = $base
|
color = $base
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
dotfiles/wlogout-lap/hibernate.png
Normal file
BIN
dotfiles/wlogout-lap/hibernate.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
dotfiles/wlogout-lap/lock.png
Normal file
BIN
dotfiles/wlogout-lap/lock.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
BIN
dotfiles/wlogout-lap/logout.png
Normal file
BIN
dotfiles/wlogout-lap/logout.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
BIN
dotfiles/wlogout-lap/reboot.png
Normal file
BIN
dotfiles/wlogout-lap/reboot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
dotfiles/wlogout-lap/shutdown.png
Normal file
BIN
dotfiles/wlogout-lap/shutdown.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@ -27,13 +27,13 @@ button:focus, button:active, button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#lock {
|
#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 {
|
#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 {
|
#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"));
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
dotfiles/wlogout-lap/suspend.png
Normal file
BIN
dotfiles/wlogout-lap/suspend.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue
Block a user