aboutsummaryrefslogtreecommitdiffstats
path: root/config/wlogout
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-11-25 18:57:40 +0900
committerGitHub <noreply@github.com>2023-11-25 18:57:40 +0900
commit823ce273e69e716be814473430d0cfa5cb714b7d (patch)
tree70878cbe3027d9da452658a8644e33d83c1b3ea2 /config/wlogout
parentfbf04572b4ed8867da3c96551b25261401364be0 (diff)
parent19f025c2dc27da54127ae302482398be61b55ebe (diff)
Merge pull request #34 from JaKooLit/v2.1.9
V2.1.9
Diffstat (limited to 'config/wlogout')
-rw-r--r--config/wlogout/layout30
-rw-r--r--config/wlogout/lock-hover.pngbin5771 -> 0 bytes
-rw-r--r--config/wlogout/lock.pngbin5771 -> 0 bytes
-rw-r--r--config/wlogout/logout-hover.pngbin3784 -> 0 bytes
-rw-r--r--config/wlogout/logout.pngbin3784 -> 0 bytes
-rw-r--r--config/wlogout/power-hover.pngbin10841 -> 0 bytes
-rw-r--r--config/wlogout/power.pngbin10782 -> 0 bytes
-rw-r--r--config/wlogout/restart-hover.pngbin7810 -> 0 bytes
-rw-r--r--config/wlogout/restart.pngbin7810 -> 0 bytes
-rw-r--r--config/wlogout/sleep-hover.pngbin5721 -> 0 bytes
-rw-r--r--config/wlogout/sleep.pngbin5721 -> 0 bytes
-rw-r--r--config/wlogout/style.css113
12 files changed, 0 insertions, 143 deletions
diff --git a/config/wlogout/layout b/config/wlogout/layout
deleted file mode 100644
index 6d1c3975..00000000
--- a/config/wlogout/layout
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "label" : "lock",
- "action" : "$HOME/.config/hypr/scripts/LockScreen.sh",
- "text" : "Lock",
- "keybind" : "l"
-}
-{
- "label" : "reboot",
- "action" : "systemctl reboot",
- "text" : "Reboot",
- "keybind" : "r"
-}
-{
- "label" : "shutdown",
- "action" : "systemctl poweroff",
- "text" : "Shutdown",
- "keybind" : "s"
-}
-{
- "label" : "logout",
- "action" : "hyprctl dispatch exit 0",
- "text" : "Logout",
- "keybind" : "e"
-}
-{
- "label" : "suspend",
- "action" : "systemctl suspend",
- "text" : "Suspend",
- "keybind" : "u"
-}
diff --git a/config/wlogout/lock-hover.png b/config/wlogout/lock-hover.png
deleted file mode 100644
index 8fb86fe4..00000000
--- a/config/wlogout/lock-hover.png
+++ /dev/null
Binary files differ
diff --git a/config/wlogout/lock.png b/config/wlogout/lock.png
deleted file mode 100644
index 430451c8..00000000
--- a/config/wlogout/lock.png
+++ /dev/null
Binary files differ
diff --git a/config/wlogout/logout-hover.png b/config/wlogout/logout-hover.png
deleted file mode 100644
index 9e570a9e..00000000
--- a/config/wlogout/logout-hover.png
+++ /dev/null
Binary files differ
diff --git a/config/wlogout/logout.png b/config/wlogout/logout.png
deleted file mode 100644
index 128c9955..00000000
--- a/config/wlogout/logout.png
+++ /dev/null
Binary files differ
diff --git a/config/wlogout/power-hover.png b/config/wlogout/power-hover.png
deleted file mode 100644
index 122d3318..00000000
--- a/config/wlogout/power-hover.png
+++ /dev/null
Binary files differ
diff --git a/config/wlogout/power.png b/config/wlogout/power.png
deleted file mode 100644
index ce561661..00000000
--- a/config/wlogout/power.png
+++ /dev/null
Binary files differ
diff --git a/config/wlogout/restart-hover.png b/config/wlogout/restart-hover.png
deleted file mode 100644
index 3e185360..00000000
--- a/config/wlogout/restart-hover.png
+++ /dev/null
Binary files differ
diff --git a/config/wlogout/restart.png b/config/wlogout/restart.png
deleted file mode 100644
index 7855d409..00000000
--- a/config/wlogout/restart.png
+++ /dev/null
Binary files differ
diff --git a/config/wlogout/sleep-hover.png b/config/wlogout/sleep-hover.png
deleted file mode 100644
index 0fd3bade..00000000
--- a/config/wlogout/sleep-hover.png
+++ /dev/null
Binary files differ
diff --git a/config/wlogout/sleep.png b/config/wlogout/sleep.png
deleted file mode 100644
index 6a3d607f..00000000
--- a/config/wlogout/sleep.png
+++ /dev/null
Binary files differ
diff --git a/config/wlogout/style.css b/config/wlogout/style.css
deleted file mode 100644
index 57c9ede2..00000000
--- a/config/wlogout/style.css
+++ /dev/null
@@ -1,113 +0,0 @@
-window {
- font-family: monospace;
- font-size: 14pt;
- color: #cdd6f4; /* text */
- background-color: rgba(30, 30, 46, 0.5);
-}
-
-button {
- background-repeat: no-repeat;
- background-position: center;
- background-size: 25%;
- border: none;
- background-color: rgba(30, 30, 46, 0);
- margin: 5px;
- animation: gradient_f 20s ease-in infinite;
- transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
-}
-
-button:hover#lock {
- /*background-color: rgba(49, 50, 68, 0.2);*/
- background-size: 25%;
- margin-right : 30px;
- margin-bottom : 30px;
- border-radius: 20px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,0.0,.28,1.682);
-}
-
-button:hover#logout {
- /*background-color: rgba(49, 50, 68, 0.2);*/
- background-size: 25%;
- margin-right : 30px;
- margin-top : 30px;
- border-radius: 20px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,0.0,.28,1.682);
-}
-
-button:hover#shutdown {
- /*background-color: rgba(49, 50, 68, 0.2);*/
- background-size: 25%;
- margin-left : 20px;
- margin-bottom : 30px;
- border-radius: 20px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,0.0,.28,1.682);
-}
-
-button:hover#reboot {
- /*background-color: rgba(49, 50, 68, 0.2);*/
- background-size: 25%;
- margin-left : 30px;
- margin-top : 30px;
- border-radius: 20px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,0.0,.28,1.682);
-}
-
-button:hover#suspend {
- /*background-color: rgba(49, 50, 68, 0.2);*/
- background-size: 25%;
- margin-left : 30px;
- margin-top : 30px;
- border-radius: 20px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,0.0,.28,1.682);
-}
-
-button:focus {
- background-color: rgba(180, 190, 254, 0.3);
- color: #1e1e2e;
- background-size: 25%;
- margin-left : 30px;
- margin-top : 30px;
- border-radius: 20px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,0.0,.28,1.682);
-}
-
-#lock {
- background-image: image(url("./lock.png"));
-}
-#lock:focus {
- background-image: image(url("./lock-hover.png"));
-}
-
-#logout {
- background-image: image(url("./logout.png"));
-}
-#logout:focus {
- background-image: image(url("./logout-hover.png"));
-}
-
-#suspend {
- background-image: image(url("./sleep.png"));
-}
-#suspend:focus {
- background-image: image(url("./sleep-hover.png"));
-}
-
-#shutdown {
- background-image: image(url("./power.png"));
-}
-#shutdown:focus {
- background-image: image(url("./power-hover.png"));
-}
-
-#reboot {
- background-image: image(url("./restart.png"));
-}
-#reboot:focus {
- background-image: image(url("./restart-hover.png"));
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage