diff options
Diffstat (limited to 'wlogout')
| -rw-r--r-- | wlogout/icons/hibernate.png | bin | 20157 -> 0 bytes | |||
| -rw-r--r-- | wlogout/icons/lock.png | bin | 11034 -> 0 bytes | |||
| -rw-r--r-- | wlogout/icons/logout.png | bin | 9464 -> 0 bytes | |||
| -rw-r--r-- | wlogout/icons/reboot.png | bin | 19012 -> 0 bytes | |||
| -rw-r--r-- | wlogout/icons/shutdown.png | bin | 18201 -> 0 bytes | |||
| -rw-r--r-- | wlogout/icons/suspend.png | bin | 19385 -> 0 bytes | |||
| -rw-r--r-- | wlogout/layout | 36 | ||||
| -rw-r--r-- | wlogout/style.css | 56 |
8 files changed, 0 insertions, 92 deletions
diff --git a/wlogout/icons/hibernate.png b/wlogout/icons/hibernate.png Binary files differdeleted file mode 100644 index 306d73a7b..000000000 --- a/wlogout/icons/hibernate.png +++ /dev/null diff --git a/wlogout/icons/lock.png b/wlogout/icons/lock.png Binary files differdeleted file mode 100644 index 4abee24a9..000000000 --- a/wlogout/icons/lock.png +++ /dev/null diff --git a/wlogout/icons/logout.png b/wlogout/icons/logout.png Binary files differdeleted file mode 100644 index 409c3cefd..000000000 --- a/wlogout/icons/logout.png +++ /dev/null diff --git a/wlogout/icons/reboot.png b/wlogout/icons/reboot.png Binary files differdeleted file mode 100644 index 5f31a4c92..000000000 --- a/wlogout/icons/reboot.png +++ /dev/null diff --git a/wlogout/icons/shutdown.png b/wlogout/icons/shutdown.png Binary files differdeleted file mode 100644 index 46005cdf2..000000000 --- a/wlogout/icons/shutdown.png +++ /dev/null diff --git a/wlogout/icons/suspend.png b/wlogout/icons/suspend.png Binary files differdeleted file mode 100644 index a580d86a2..000000000 --- a/wlogout/icons/suspend.png +++ /dev/null diff --git a/wlogout/layout b/wlogout/layout deleted file mode 100644 index cbcab7a32..000000000 --- a/wlogout/layout +++ /dev/null @@ -1,36 +0,0 @@ -{ - "label" : "lock", - "action" : "loginctl lock-session", - "text" : "Lock", - "keybind" : "l" -} -{ - "label" : "hibernate", - "action" : "systemctl hibernate", - "text" : "Hibernate", - "keybind" : "h" -} -{ - "label" : "logout", - "action" : "sleep1; hyprctl dispatch exit", - "text" : "Logout", - "keybind" : "e" -} -{ - "label" : "shutdown", - "action" : "systemctl poweroff", - "text" : "Shutdown", - "keybind" : "s" -} -{ - "label" : "suspend", - "action" : "systemctl suspend", - "text" : "Suspend", - "keybind" : "u" -} -{ - "label" : "reboot", - "action" : "systemctl reboot", - "text" : "Reboot", - "keybind" : "r" -} diff --git a/wlogout/style.css b/wlogout/style.css deleted file mode 100644 index 9e65c1683..000000000 --- a/wlogout/style.css +++ /dev/null @@ -1,56 +0,0 @@ -@import '../../.cache/wal/colors-wlogout.css'; - -* { - background-image: none; - box-shadow: none; -} - -window { - background-color: rgba(12, 12, 12, 0.9); -} - -button { - - border-radius: 0; - border-color: black; - text-decoration-color: #FFFFFF; - color: #FFFFFF; - background-color: #161616; - border-style: solid; - border-width: 1px; - background-repeat: no-repeat; - background-position: center; - background-size: 25%; -} - -button:focus, button:active, button:hover { - color: #ebdbb2; - background-color: #000000; - outline-style: none; - border: 1px solid #ebdbb2; - /* margin: 15px; */ -} - -#lock { - background-image: image(url("./icons/lock.png"), url("/usr/local/share/wlogout/icons/lock.png")); -} - -#logout { - background-image: image(url("./icons/logout.png"), url("/usr/local/share/wlogout/icons/logout.png")); -} - -#suspend { - background-image: image(url("./icons/suspend.png"), url("/usr/local/share/wlogout/icons/suspend.png")); -} - -#hibernate { - background-image: image(url("./icons/hibernate.png"), url("/usr/local/share/wlogout/icons/hibernate.png")); -} - -#shutdown { - background-image: image(url("./icons/shutdown.png"), url("/usr/local/share/wlogout/icons/shutdown.png")); -} - -#reboot { - background-image: image(url("./icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png")); -} |
