🚀 feat: upload all assets
BIN
etc/skel/.config/wlogout/icons/hibernate_black.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
etc/skel/.config/wlogout/icons/hibernate_white.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
etc/skel/.config/wlogout/icons/lock_black.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
etc/skel/.config/wlogout/icons/lock_white.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
etc/skel/.config/wlogout/icons/logout_black.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
etc/skel/.config/wlogout/icons/logout_white.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
etc/skel/.config/wlogout/icons/reboot_black.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
etc/skel/.config/wlogout/icons/reboot_white.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
etc/skel/.config/wlogout/icons/shutdown_black.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
etc/skel/.config/wlogout/icons/shutdown_white.png
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
etc/skel/.config/wlogout/icons/suspend_black.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
etc/skel/.config/wlogout/icons/suspend_white.png
Normal file
After Width: | Height: | Size: 19 KiB |
41
etc/skel/.config/wlogout/layout_1
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"label" : "lock",
|
||||
"action" : "swaylock",
|
||||
"text" : "Lock",
|
||||
"keybind" : "l"
|
||||
}
|
||||
|
||||
{
|
||||
"label" : "logout",
|
||||
"action" : "hyprctl dispatch exit 0",
|
||||
"text" : "Logout",
|
||||
"keybind" : "e"
|
||||
}
|
||||
|
||||
{
|
||||
"label" : "suspend",
|
||||
"action" : "swaylock -f && systemctl suspend",
|
||||
"text" : "Suspend",
|
||||
"keybind" : "u"
|
||||
}
|
||||
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "systemctl poweroff",
|
||||
"text" : "Shutdown",
|
||||
"keybind" : "s"
|
||||
}
|
||||
|
||||
{
|
||||
"label" : "hibernate",
|
||||
"action" : "systemctl hibernate",
|
||||
"text" : "Hibernate",
|
||||
"keybind" : "h"
|
||||
}
|
||||
|
||||
{
|
||||
"label" : "reboot",
|
||||
"action" : "systemctl reboot",
|
||||
"text" : "Reboot",
|
||||
"keybind" : "r"
|
||||
}
|
27
etc/skel/.config/wlogout/layout_2
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"label" : "lock",
|
||||
"action" : "swaylock",
|
||||
"text" : "Lock",
|
||||
"keybind" : "l"
|
||||
}
|
||||
|
||||
{
|
||||
"label" : "logout",
|
||||
"action" : "hyprctl dispatch exit 0",
|
||||
"text" : "Logout",
|
||||
"keybind" : "e"
|
||||
}
|
||||
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "systemctl poweroff",
|
||||
"text" : "Shutdown",
|
||||
"keybind" : "s"
|
||||
}
|
||||
|
||||
{
|
||||
"label" : "reboot",
|
||||
"action" : "systemctl reboot",
|
||||
"text" : "Reboot",
|
||||
"keybind" : "r"
|
||||
}
|
104
etc/skel/.config/wlogout/style_1.css
Normal file
@@ -0,0 +1,104 @@
|
||||
* {
|
||||
background-image: none;
|
||||
font-size: ${fntSize}px;
|
||||
}
|
||||
|
||||
@import "$HOME/.config/waybar/theme.css";
|
||||
|
||||
window {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
button {
|
||||
color: ${BtnCol};
|
||||
background-color: @main-bg;
|
||||
outline-style: none;
|
||||
border: none;
|
||||
border-width: 0px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 20%;
|
||||
border-radius: 0px;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
animation: gradient_f 20s ease-in infinite;
|
||||
}
|
||||
|
||||
button:focus {
|
||||
background-color: @wb-act-bg;
|
||||
background-size: 30%;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: @wb-hvr-bg;
|
||||
background-size: 40%;
|
||||
border-radius: ${active_rad}px;
|
||||
animation: gradient_f 20s ease-in infinite;
|
||||
transition: all 0.3s cubic-bezier(.55,0.0,.28,1.682);
|
||||
}
|
||||
|
||||
button:hover#lock {
|
||||
border-radius: ${active_rad}px;
|
||||
margin : ${hvr}px 0px ${hvr}px ${mgn}px;
|
||||
}
|
||||
|
||||
button:hover#logout {
|
||||
border-radius: ${active_rad}px;
|
||||
margin : ${hvr}px 0px ${hvr}px 0px;
|
||||
}
|
||||
|
||||
button:hover#suspend {
|
||||
border-radius: ${active_rad}px;
|
||||
margin : ${hvr}px 0px ${hvr}px 0px;
|
||||
}
|
||||
|
||||
button:hover#shutdown {
|
||||
border-radius: ${active_rad}px;
|
||||
margin : ${hvr}px 0px ${hvr}px 0px;
|
||||
}
|
||||
|
||||
button:hover#hibernate {
|
||||
border-radius: ${active_rad}px;
|
||||
margin : ${hvr}px 0px ${hvr}px 0px;
|
||||
}
|
||||
|
||||
button:hover#reboot {
|
||||
border-radius: ${active_rad}px;
|
||||
margin : ${hvr}px ${mgn}px ${hvr}px 0px;
|
||||
}
|
||||
|
||||
#lock {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/lock_${BtnCol}.png"), url("/usr/share/wlogout/icons/lock.png"), url("/usr/local/share/wlogout/icons/lock.png"));
|
||||
border-radius: ${button_rad}px 0px 0px ${button_rad}px;
|
||||
margin : ${mgn}px 0px ${mgn}px ${mgn}px;
|
||||
}
|
||||
|
||||
#logout {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/logout_${BtnCol}.png"), url("/usr/share/wlogout/icons/logout.png"), url("/usr/local/share/wlogout/icons/logout.png"));
|
||||
border-radius: 0px 0px 0px 0px;
|
||||
margin : ${mgn}px 0px ${mgn}px 0px;
|
||||
}
|
||||
|
||||
#suspend {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/suspend_${BtnCol}.png"), url("/usr/share/wlogout/icons/suspend.png"), url("/usr/local/share/wlogout/icons/suspend.png"));
|
||||
border-radius: 0px 0px 0px 0px;
|
||||
margin : ${mgn}px 0px ${mgn}px 0px;
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/shutdown_${BtnCol}.png"), url("/usr/share/wlogout/icons/shutdown.png"), url("/usr/local/share/wlogout/icons/shutdown.png"));
|
||||
border-radius: 0px 0px 0px 0px;
|
||||
margin : ${mgn}px 0px ${mgn}px 0px;
|
||||
}
|
||||
|
||||
#hibernate {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/hibernate_${BtnCol}.png"), url("/usr/share/wlogout/icons/hibernate.png"), url("/usr/local/share/wlogout/icons/hibernate.png"));
|
||||
border-radius: 0px 0px 0px 0px;
|
||||
margin : ${mgn}px 0px ${mgn}px 0px;
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/reboot_${BtnCol}.png"), url("/usr/share/wlogout/icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png"));
|
||||
border-radius: 0px ${button_rad}px ${button_rad}px 0px;
|
||||
margin : ${mgn}px ${mgn}px ${mgn}px 0px;
|
||||
}
|
82
etc/skel/.config/wlogout/style_2.css
Normal file
@@ -0,0 +1,82 @@
|
||||
* {
|
||||
background-image: none;
|
||||
font-size: ${fntSize}px;
|
||||
}
|
||||
|
||||
@import "$HOME/.config/waybar/theme.css";
|
||||
|
||||
window {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
button {
|
||||
color: ${BtnCol};
|
||||
background-color: @main-bg;
|
||||
outline-style: none;
|
||||
border: none;
|
||||
border-width: 0px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 10%;
|
||||
border-radius: 0px;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
animation: gradient_f 20s ease-in infinite;
|
||||
}
|
||||
|
||||
button:focus {
|
||||
background-color: @wb-act-bg;
|
||||
background-size: 20%;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: @wb-hvr-bg;
|
||||
background-size: 25%;
|
||||
border-radius: ${active_rad}px;
|
||||
animation: gradient_f 20s ease-in infinite;
|
||||
transition: all 0.3s cubic-bezier(.55,0.0,.28,1.682);
|
||||
}
|
||||
|
||||
button:hover#lock {
|
||||
border-radius: ${active_rad}px ${active_rad}px 0px ${active_rad}px;
|
||||
margin : ${y_hvr}px 0px 0px ${x_hvr}px;
|
||||
}
|
||||
|
||||
button:hover#logout {
|
||||
border-radius: ${active_rad}px 0px ${active_rad}px ${active_rad}px;
|
||||
margin : 0px 0px ${y_hvr}px ${x_hvr}px;
|
||||
}
|
||||
|
||||
button:hover#shutdown {
|
||||
border-radius: ${active_rad}px ${active_rad}px ${active_rad}px 0px;
|
||||
margin : ${y_hvr}px ${x_hvr}px 0px 0px;
|
||||
}
|
||||
|
||||
button:hover#reboot {
|
||||
border-radius: 0px ${active_rad}px ${active_rad}px ${active_rad}px;
|
||||
margin : 0px ${x_hvr}px ${y_hvr}px 0px;
|
||||
}
|
||||
|
||||
#lock {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/lock_${BtnCol}.png"), url("/usr/share/wlogout/icons/lock.png"), url("/usr/local/share/wlogout/icons/lock.png"));
|
||||
border-radius: ${button_rad}px 0px 0px 0px;
|
||||
margin : ${y_mgn}px 0px 0px ${x_mgn}px;
|
||||
}
|
||||
|
||||
#logout {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/logout_${BtnCol}.png"), url("/usr/share/wlogout/icons/logout.png"), url("/usr/local/share/wlogout/icons/logout.png"));
|
||||
border-radius: 0px 0px 0px ${button_rad}px;
|
||||
margin : 0px 0px ${y_mgn}px ${x_mgn}px;
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/shutdown_${BtnCol}.png"), url("/usr/share/wlogout/icons/shutdown.png"), url("/usr/local/share/wlogout/icons/shutdown.png"));
|
||||
border-radius: 0px ${button_rad}px 0px 0px;
|
||||
margin : ${y_mgn}px ${x_mgn}px 0px 0px;
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/reboot_${BtnCol}.png"), url("/usr/share/wlogout/icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png"));
|
||||
border-radius: 0px 0px ${button_rad}px 0px;
|
||||
margin : 0px ${x_mgn}px ${y_mgn}px 0px;
|
||||
}
|