This commit is contained in:
2026-04-25 20:41:31 +02:00
parent 88c522e9d1
commit 12d3fdcaa5
26 changed files with 81 additions and 77 deletions
@@ -21,4 +21,4 @@ sed -i -E "s/(border-color:\s*#)([0-9A-Fa-f]{6})(;)/\1${colorHex}\3/" "$file" ||
exit 1
}
log_success "wlogout"
log_success "wlogout (niri version)"

Before

Width:  |  Height:  |  Size: 969 B

After

Width:  |  Height:  |  Size: 969 B

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before

Width:  |  Height:  |  Size: 877 B

After

Width:  |  Height:  |  Size: 877 B

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

@@ -1,6 +1,6 @@
{
"label": "lock",
"action": "loginctl lock-session",
"action": "hyprlock &",
"text": "Lock",
"keybind": "l"
}
@@ -12,7 +12,7 @@
}
{
"label": "logout",
"action": "hyprctl dispatch exit",
"action": "niri msg action quit",
"text": "Logout",
"keybind": "e"
}
@@ -12,7 +12,7 @@ button {
color: #cdd6f4;
border-radius: 0;
outline-style: none;
background-color: alpha(#1e1e2e, 0.8);
background-color: alpha(#1e1e2e, 1);
border: none;
border-width: 0px;
border-radius: 0px;
@@ -30,7 +30,7 @@ button:focus,
button:active,
button:hover {
background-size: 20%;
background-color: alpha(#1e1e2e, 0.7);
background-color: alpha(#1c1c2c, 1);
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(0.55, 0, 0.28, 1.682);
}