diff options
Diffstat (limited to '.config/sway/logout.d/power')
-rw-r--r-- | .config/sway/logout.d/power/img/lock-hover.png | bin | 6421 -> 0 bytes | |||
-rw-r--r-- | .config/sway/logout.d/power/img/lock.png | bin | 6692 -> 0 bytes | |||
-rw-r--r-- | .config/sway/logout.d/power/img/logout-hover.png | bin | 6076 -> 0 bytes | |||
-rw-r--r-- | .config/sway/logout.d/power/img/logout.png | bin | 6612 -> 0 bytes | |||
-rw-r--r-- | .config/sway/logout.d/power/img/power-hover.png | bin | 6995 -> 0 bytes | |||
-rw-r--r-- | .config/sway/logout.d/power/img/power.png | bin | 6996 -> 0 bytes | |||
-rw-r--r-- | .config/sway/logout.d/power/img/restart-hover.png | bin | 6846 -> 0 bytes | |||
-rw-r--r-- | .config/sway/logout.d/power/img/restart.png | bin | 7355 -> 0 bytes | |||
-rw-r--r-- | .config/sway/logout.d/power/img/sleep-hover.png | bin | 6094 -> 0 bytes | |||
-rw-r--r-- | .config/sway/logout.d/power/img/sleep.png | bin | 6683 -> 0 bytes | |||
-rw-r--r-- | .config/sway/logout.d/power/layout | 30 | ||||
-rw-r--r-- | .config/sway/logout.d/power/style.css | 76 |
12 files changed, 0 insertions, 106 deletions
diff --git a/.config/sway/logout.d/power/img/lock-hover.png b/.config/sway/logout.d/power/img/lock-hover.png Binary files differdeleted file mode 100644 index 46c51b0..0000000 --- a/.config/sway/logout.d/power/img/lock-hover.png +++ /dev/null diff --git a/.config/sway/logout.d/power/img/lock.png b/.config/sway/logout.d/power/img/lock.png Binary files differdeleted file mode 100644 index f1ec4a2..0000000 --- a/.config/sway/logout.d/power/img/lock.png +++ /dev/null diff --git a/.config/sway/logout.d/power/img/logout-hover.png b/.config/sway/logout.d/power/img/logout-hover.png Binary files differdeleted file mode 100644 index b34a150..0000000 --- a/.config/sway/logout.d/power/img/logout-hover.png +++ /dev/null diff --git a/.config/sway/logout.d/power/img/logout.png b/.config/sway/logout.d/power/img/logout.png Binary files differdeleted file mode 100644 index 59a5aeb..0000000 --- a/.config/sway/logout.d/power/img/logout.png +++ /dev/null diff --git a/.config/sway/logout.d/power/img/power-hover.png b/.config/sway/logout.d/power/img/power-hover.png Binary files differdeleted file mode 100644 index a65e429..0000000 --- a/.config/sway/logout.d/power/img/power-hover.png +++ /dev/null diff --git a/.config/sway/logout.d/power/img/power.png b/.config/sway/logout.d/power/img/power.png Binary files differdeleted file mode 100644 index 6aac455..0000000 --- a/.config/sway/logout.d/power/img/power.png +++ /dev/null diff --git a/.config/sway/logout.d/power/img/restart-hover.png b/.config/sway/logout.d/power/img/restart-hover.png Binary files differdeleted file mode 100644 index 7921398..0000000 --- a/.config/sway/logout.d/power/img/restart-hover.png +++ /dev/null diff --git a/.config/sway/logout.d/power/img/restart.png b/.config/sway/logout.d/power/img/restart.png Binary files differdeleted file mode 100644 index 5851243..0000000 --- a/.config/sway/logout.d/power/img/restart.png +++ /dev/null diff --git a/.config/sway/logout.d/power/img/sleep-hover.png b/.config/sway/logout.d/power/img/sleep-hover.png Binary files differdeleted file mode 100644 index 7c9b6b3..0000000 --- a/.config/sway/logout.d/power/img/sleep-hover.png +++ /dev/null diff --git a/.config/sway/logout.d/power/img/sleep.png b/.config/sway/logout.d/power/img/sleep.png Binary files differdeleted file mode 100644 index 164f5fb..0000000 --- a/.config/sway/logout.d/power/img/sleep.png +++ /dev/null diff --git a/.config/sway/logout.d/power/layout b/.config/sway/logout.d/power/layout deleted file mode 100644 index 2b53986..0000000 --- a/.config/sway/logout.d/power/layout +++ /dev/null @@ -1,30 +0,0 @@ -{ - "label" : "lock", - "action" : "swaylock -f -c 14171d", - "text" : "Lock", - "keybind" : "l" -} -{ - "label" : "logout", - "action" : "loginctl terminate-user $USER", - "text" : "Logout", - "keybind" : "e" -} -{ - "label" : "shutdown", - "action" : "loginctl poweroff", - "text" : "Shutdown", - "keybind" : "s" -} -{ - "label" : "suspend", - "action" : "loginctl suspend", - "text" : "Suspend", - "keybind" : "u" -} -{ - "label" : "reboot", - "action" : "reboot", - "text" : "Reboot", - "keybind" : "r" -} diff --git a/.config/sway/logout.d/power/style.css b/.config/sway/logout.d/power/style.css deleted file mode 100644 index e80dd33..0000000 --- a/.config/sway/logout.d/power/style.css +++ /dev/null @@ -1,76 +0,0 @@ -nk* { - font-family: "Fira Mono", "Font Awesome 6 Pro", monospace; - font-size: 16px; - font-weight: bold; -} - -window { - background-color: rgba(0, 0, 0, 0); -} - -button { - background-color: #242434; - background-image: none; - color: #89ADF8; - border: 1px solid rgba(0, 0, 0, 0); - margin: 5px; - border-radius: 10px; - background-repeat: no-repeat; - background-position: center; - background-size: 35%; -} - -button:focus, button:active { - background-color: #89B4FA; - color: #242434; - font-weight: 500; - outline-style: none; -} - -#lock { - background-image: image(url("img/lock.png")); -} - -#logout { - background-image: image(url("img/logout.png")); -} - -#suspend { - background-image: image(url("img/sleep.png")); -} - -#hibernate { - background-image: image(url("img/hibernate.png")); -} - -#shutdown { - background-image: image(url("img/power.png")); -} - -#reboot { - background-image: image(url("img/restart.png")); -} - -#lock:focus { - background-image: image(url("img/lock-hover.png")); -} - -#logout:focus { - background-image: image(url("img/logout-hover.png")); -} - -#suspend:focus { - background-image: image(url("img/sleep-hover.png")); -} - -#hibernate:focus { - background-image: image(url("img/hibernate-hover.png")); -} - -#shutdown:focus { - background-image: image(url("img/power-hover.png")); -} - -#reboot:focus { - background-image: image(url("img/restart-hover.png")); -} |