init nix-os configuraion files
BIN
modules/home/hyprland/conf/wlogout/icons/hibernate_dark.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
modules/home/hyprland/conf/wlogout/icons/hibernate_light.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
modules/home/hyprland/conf/wlogout/icons/lock_dark.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
modules/home/hyprland/conf/wlogout/icons/lock_light.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
modules/home/hyprland/conf/wlogout/icons/logout_dark.png
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
modules/home/hyprland/conf/wlogout/icons/logout_light.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
modules/home/hyprland/conf/wlogout/icons/reboot_dark.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
modules/home/hyprland/conf/wlogout/icons/reboot_light.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
modules/home/hyprland/conf/wlogout/icons/shutdown_dark.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
modules/home/hyprland/conf/wlogout/icons/shutdown_light.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
modules/home/hyprland/conf/wlogout/icons/suspend_dark.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
modules/home/hyprland/conf/wlogout/icons/suspend_light.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
41
modules/home/hyprland/conf/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" : "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
modules/home/hyprland/conf/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
modules/home/hyprland/conf/wlogout/style_1.css
Normal file
@@ -0,0 +1,104 @@
|
||||
* {
|
||||
background-image: none;
|
||||
font-size: ${fntSize}px;
|
||||
}
|
||||
|
||||
@import "${wbarTheme}";
|
||||
|
||||
window {
|
||||
background-color: ${WindBg};
|
||||
}
|
||||
|
||||
button {
|
||||
color: ${BtnCol};
|
||||
background-color: @main-${BtnBkg};
|
||||
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_${csMode}.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_${csMode}.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_${csMode}.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_${csMode}.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_${csMode}.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_${csMode}.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
modules/home/hyprland/conf/wlogout/style_2.css
Normal file
@@ -0,0 +1,82 @@
|
||||
* {
|
||||
background-image: none;
|
||||
font-size: ${fntSize}px;
|
||||
}
|
||||
|
||||
@import "${wbarTheme}";
|
||||
|
||||
window {
|
||||
background-color: ${WindBg};
|
||||
}
|
||||
|
||||
button {
|
||||
color: ${BtnCol};
|
||||
background-color: @main-${BtnBkg};
|
||||
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 : ${hvr}px 0px 0px ${hvr2}px;
|
||||
}
|
||||
|
||||
button:hover#logout {
|
||||
border-radius: ${active_rad}px 0px ${active_rad}px ${active_rad}px;
|
||||
margin : 0px 0px ${hvr}px ${hvr2}px;
|
||||
}
|
||||
|
||||
button:hover#shutdown {
|
||||
border-radius: ${active_rad}px ${active_rad}px ${active_rad}px 0px;
|
||||
margin : ${hvr}px ${hvr2}px 0px 0px;
|
||||
}
|
||||
|
||||
button:hover#reboot {
|
||||
border-radius: 0px ${active_rad}px ${active_rad}px ${active_rad}px;
|
||||
margin : 0px ${hvr2}px ${hvr}px 0px;
|
||||
}
|
||||
|
||||
#lock {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/lock_${csMode}.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 : ${mgn}px 0px 0px ${mgn2}px;
|
||||
}
|
||||
|
||||
#logout {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/logout_${csMode}.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 ${mgn}px ${mgn2}px;
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/shutdown_${csMode}.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 : ${mgn}px ${mgn2}px 0px 0px;
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("$HOME/.config/wlogout/icons/reboot_${csMode}.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 ${mgn2}px ${mgn}px 0px;
|
||||
}
|
||||