diff --git a/dotfiles/wlogout-lap/hibernate.png b/dotfiles/wlogout-lap/hibernate.png new file mode 100644 index 0000000..a6322aa Binary files /dev/null and b/dotfiles/wlogout-lap/hibernate.png differ diff --git a/dotfiles/wlogout-lap/lock.png b/dotfiles/wlogout-lap/lock.png new file mode 100644 index 0000000..f0b1eaf Binary files /dev/null and b/dotfiles/wlogout-lap/lock.png differ diff --git a/dotfiles/wlogout-lap/logout.png b/dotfiles/wlogout-lap/logout.png new file mode 100644 index 0000000..345a8aa Binary files /dev/null and b/dotfiles/wlogout-lap/logout.png differ diff --git a/dotfiles/wlogout-lap/reboot.png b/dotfiles/wlogout-lap/reboot.png new file mode 100644 index 0000000..29cfa2f Binary files /dev/null and b/dotfiles/wlogout-lap/reboot.png differ diff --git a/dotfiles/wlogout-lap/shutdown.png b/dotfiles/wlogout-lap/shutdown.png new file mode 100644 index 0000000..4d7d499 Binary files /dev/null and b/dotfiles/wlogout-lap/shutdown.png differ diff --git a/dotfiles/wlogout-lap/style.css b/dotfiles/wlogout-lap/style.css index b68d392..dfddf6e 100644 --- a/dotfiles/wlogout-lap/style.css +++ b/dotfiles/wlogout-lap/style.css @@ -1,39 +1,39 @@ * { - background-image: none; - box-shadow: none; + background-image: none; + box-shadow: none; } window { - background-color: rgba(12, 12, 12, 0.9); + background-color: rgba(12, 12, 12, 0.9); } button { - border-radius: 0; - border-color: black; - text-decoration-color: #FFFFFF; - color: #FFFFFF; - background-color: #1E1E1E; - border-style: solid; - border-width: 1px; - border-radius: 50% / 15%; - background-repeat: no-repeat; - background-position: center; - background-size: 25%; + border-radius: 0; + border-color: black; + text-decoration-color: #FFFFFF; + color: #FFFFFF; + background-color: #1E1E1E; + border-style: solid; + border-width: 1px; + border-radius: 50% / 15%; + background-repeat: no-repeat; + background-position: center; + background-size: 25%; } button:focus, button:active, button:hover { - background-color: #bec497; - outline-style: none; + background-color: #bec497; + outline-style: none; } #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")); } diff --git a/dotfiles/wlogout-lap/suspend.png b/dotfiles/wlogout-lap/suspend.png new file mode 100644 index 0000000..647bd66 Binary files /dev/null and b/dotfiles/wlogout-lap/suspend.png differ