diff --git a/images/wlogout_icons/gruv_city.png b/images/wlogout_icons/gruv_city.png new file mode 100644 index 0000000..22b660a Binary files /dev/null and b/images/wlogout_icons/gruv_city.png differ diff --git a/images/wlogout_icons/lock.png b/images/wlogout_icons/lock.png new file mode 100644 index 0000000..22b660a Binary files /dev/null and b/images/wlogout_icons/lock.png differ diff --git a/images/wlogout_icons/lock.svg b/images/wlogout_icons/lock.svg new file mode 100644 index 0000000..965eec7 --- /dev/null +++ b/images/wlogout_icons/lock.svg @@ -0,0 +1,91 @@ + + + + + + + + + 󰍀 + 󰍀 + 󰍀 + + 󰍀 + + + diff --git a/images/wlogout_icons/logout-two.svg b/images/wlogout_icons/logout-two.svg new file mode 100644 index 0000000..b76a2b0 --- /dev/null +++ b/images/wlogout_icons/logout-two.svg @@ -0,0 +1,102 @@ + + + + + + + + + + 󰍀 + + + + + + + + diff --git a/images/wlogout_icons/logout.svg b/images/wlogout_icons/logout.svg new file mode 100644 index 0000000..9fbf9d8 --- /dev/null +++ b/images/wlogout_icons/logout.svg @@ -0,0 +1,98 @@ + + + + + + + + + 󰍀 + + 󰏨 + 󰒲 + + + 󰗽 + + diff --git a/images/wlogout_icons/reboot-two.svg b/images/wlogout_icons/reboot-two.svg new file mode 100644 index 0000000..af58452 --- /dev/null +++ b/images/wlogout_icons/reboot-two.svg @@ -0,0 +1,102 @@ + + + + + + + + + + 󰍀 + + + + + + + + diff --git a/images/wlogout_icons/reboot.svg b/images/wlogout_icons/reboot.svg new file mode 100644 index 0000000..b685124 --- /dev/null +++ b/images/wlogout_icons/reboot.svg @@ -0,0 +1,120 @@ + + + + + + + + + + 󰍀 + + + 󰒲 + + + 󰗽 + + diff --git a/images/wlogout_icons/shutdown.svg b/images/wlogout_icons/shutdown.svg new file mode 100644 index 0000000..f4b9afb --- /dev/null +++ b/images/wlogout_icons/shutdown.svg @@ -0,0 +1,114 @@ + + + + + + + + + + 󰍀 + + + 󰒲 + + + 󰗽 + + diff --git a/images/wlogout_icons/sleep.svg b/images/wlogout_icons/sleep.svg new file mode 100644 index 0000000..2080503 --- /dev/null +++ b/images/wlogout_icons/sleep.svg @@ -0,0 +1,108 @@ + + + + + + + + + + 󰍀 + + + + + + 󰗽 + + diff --git a/images/wlogout_icons/suspend.svg b/images/wlogout_icons/suspend.svg new file mode 100644 index 0000000..463959b --- /dev/null +++ b/images/wlogout_icons/suspend.svg @@ -0,0 +1,120 @@ + + + + + + + + + + 󰍀 + + + 󰒲 + + + 󰗽 + + diff --git a/wlogout/style.css b/wlogout/style.css index 139ecab..16e23f9 100644 --- a/wlogout/style.css +++ b/wlogout/style.css @@ -1,8 +1,8 @@ * { background-image: none; box-shadow: none; - font-family: "PragmataPro Mono"; - font-size: 18px; + font-family: "Sys TT"; + font-size: 20px; font-weight: 600; } @@ -12,59 +12,55 @@ window { button { border-radius: 0; - color: #ebdbb2; + color: #ebddd2; background-color: #32302f; background-repeat: no-repeat; background-position: center; background-size: 15%; margin: 10px; + border: 4px solid #504945; } button:focus, button:active, button:hover { + border-color: #b8bb26; background-color: #98971a; outline-style: none; } -/* #lock { */ -/* background-image: image( */ -/* url("/usr/share/wlogout/icons/lock.png"), */ -/* url("/usr/local/share/wlogout/icons/lock.png") */ -/* ); */ -/* } */ +#lock { + background-image: image( + url("/home/thomas/dotfiles/images/wlogout_icons/lock.svg") + ); +} -/* #logout { */ -/* background-image: image( */ -/* url("/usr/share/wlogout/icons/logout.png"), */ -/* url("/usr/local/share/wlogout/icons/logout.png") */ -/* ); */ -/* } */ +#logout { + background-image: image( + url("/home/thomas/dotfiles/images/wlogout_icons/logout-two.svg") + ); +} -/* #suspend { */ -/* background-image: image( */ -/* url("/usr/share/wlogout/icons/suspend.png"), */ -/* url("/usr/local/share/wlogout/icons/suspend.png") */ -/* ); */ -/* } */ +#suspend { + background-image: image( + url("/home/thomas/dotfiles/images/wlogout_icons/suspend.svg") + ); +} -/* #hibernate { */ -/* background-image: image( */ -/* url("/usr/share/wlogout/icons/hibernate.png"), */ -/* url("/usr/local/share/wlogout/icons/hibernate.png") */ -/* ); */ -/* } */ +#hibernate { + background-image: image( + url("/home/thomas/dotfiles/images/wlogout_icons/sleep.svg") + ); +} -/* #shutdown { */ -/* background-image: image( */ -/* url("/usr/share/wlogout/icons/shutdown.png"), */ -/* url("/usr/local/share/wlogout/icons/shutdown.png") */ -/* ); */ -/* } */ +#shutdown { + background-image: image( + url("/home/thomas/dotfiles/images/wlogout_icons/shutdown.svg") + ); +} -/* #reboot { */ -/* background-image: image( */ -/* url("/usr/share/wlogout/icons/reboot.png"), */ -/* url("/usr/local/share/wlogout/icons/reboot.png") */ -/* ); */ -/* } */ +#reboot { + background-image: image( + url("/home/thomas/dotfiles/images/wlogout_icons/reboot-two.svg") + ); +}