diff --git a/.config/desktop-common/logout.d/power/img/lock-hover.png b/.config/desktop-common/logout.d/power/img/lock-hover.png deleted file mode 100644 index 46c51b0..0000000 Binary files a/.config/desktop-common/logout.d/power/img/lock-hover.png and /dev/null differ diff --git a/.config/desktop-common/logout.d/power/img/lock.png b/.config/desktop-common/logout.d/power/img/lock.png deleted file mode 100644 index f1ec4a2..0000000 Binary files a/.config/desktop-common/logout.d/power/img/lock.png and /dev/null differ diff --git a/.config/desktop-common/logout.d/power/img/logout-hover.png b/.config/desktop-common/logout.d/power/img/logout-hover.png deleted file mode 100644 index b34a150..0000000 Binary files a/.config/desktop-common/logout.d/power/img/logout-hover.png and /dev/null differ diff --git a/.config/desktop-common/logout.d/power/img/logout.png b/.config/desktop-common/logout.d/power/img/logout.png deleted file mode 100644 index 59a5aeb..0000000 Binary files a/.config/desktop-common/logout.d/power/img/logout.png and /dev/null differ diff --git a/.config/desktop-common/logout.d/power/img/power-hover.png b/.config/desktop-common/logout.d/power/img/power-hover.png deleted file mode 100644 index a65e429..0000000 Binary files a/.config/desktop-common/logout.d/power/img/power-hover.png and /dev/null differ diff --git a/.config/desktop-common/logout.d/power/img/power.png b/.config/desktop-common/logout.d/power/img/power.png deleted file mode 100644 index 6aac455..0000000 Binary files a/.config/desktop-common/logout.d/power/img/power.png and /dev/null differ diff --git a/.config/desktop-common/logout.d/power/img/restart-hover.png b/.config/desktop-common/logout.d/power/img/restart-hover.png deleted file mode 100644 index 7921398..0000000 Binary files a/.config/desktop-common/logout.d/power/img/restart-hover.png and /dev/null differ diff --git a/.config/desktop-common/logout.d/power/img/restart.png b/.config/desktop-common/logout.d/power/img/restart.png deleted file mode 100644 index 5851243..0000000 Binary files a/.config/desktop-common/logout.d/power/img/restart.png and /dev/null differ diff --git a/.config/desktop-common/logout.d/power/img/sleep-hover.png b/.config/desktop-common/logout.d/power/img/sleep-hover.png deleted file mode 100644 index 7c9b6b3..0000000 Binary files a/.config/desktop-common/logout.d/power/img/sleep-hover.png and /dev/null differ diff --git a/.config/desktop-common/logout.d/power/img/sleep.png b/.config/desktop-common/logout.d/power/img/sleep.png deleted file mode 100644 index 164f5fb..0000000 Binary files a/.config/desktop-common/logout.d/power/img/sleep.png and /dev/null differ diff --git a/.config/desktop-common/logout.d/power/layout b/.config/desktop-common/logout.d/power/layout deleted file mode 100644 index 2b53986..0000000 --- a/.config/desktop-common/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/desktop-common/logout.d/power/style.css b/.config/desktop-common/logout.d/power/style.css deleted file mode 100644 index e80dd33..0000000 --- a/.config/desktop-common/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")); -} diff --git a/.config/nvim/nvim b/.config/nvim/nvim deleted file mode 120000 index 44e0dfc..0000000 --- a/.config/nvim/nvim +++ /dev/null @@ -1 +0,0 @@ -nvim \ No newline at end of file