Initial commit : dotfiles setup
BIN
.config/wlogout/icons/hibernate-hover.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
.config/wlogout/icons/hibernate-hover1.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
.config/wlogout/icons/hibernate.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
.config/wlogout/icons/lock-hover.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
.config/wlogout/icons/lock.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
.config/wlogout/icons/logout-hover.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
.config/wlogout/icons/logout.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
.config/wlogout/icons/moon_865813.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
.config/wlogout/icons/power-hover.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
.config/wlogout/icons/power.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
.config/wlogout/icons/restart-hover.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
.config/wlogout/icons/restart.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
.config/wlogout/icons/sleep-hover.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
.config/wlogout/icons/sleep.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
.config/wlogout/icons/sleep2.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
.config/wlogout/images/wallpaper_blurred.png
Normal file
|
After Width: | Height: | Size: 647 KiB |
36
.config/wlogout/layout
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"label" : "lock",
|
||||
"action" : "loginctl lock-session",
|
||||
"text" : "Lock",
|
||||
"keybind" : "l"
|
||||
}
|
||||
{
|
||||
"label" : "reboot",
|
||||
"action" : "gnome-session-quit --reboot",
|
||||
"text" : "Reboot",
|
||||
"keybind" : "r"
|
||||
}
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "gnome-session-quit --power-off",
|
||||
"text" : "Shutdown",
|
||||
"keybind" : "s"
|
||||
}
|
||||
{
|
||||
"label" : "logout",
|
||||
"action" : "gnome-session-quit",
|
||||
"text" : "Logout",
|
||||
"keybind" : "e"
|
||||
}
|
||||
{
|
||||
"label" : "suspend",
|
||||
"action" : "systemctl suspend",
|
||||
"text" : "Suspend",
|
||||
"keybind" : "u"
|
||||
}
|
||||
{
|
||||
"label" : "hibernate",
|
||||
"action" : "systemctl hibernate",
|
||||
"text" : "Hibernate",
|
||||
"keybind" : "h"
|
||||
}
|
||||
67
.config/wlogout/style-template.css
Normal file
@@ -0,0 +1,67 @@
|
||||
@import url("file:///home/rionzaphkiel/.cache/wal/colors-waybar.css");
|
||||
|
||||
* {
|
||||
background-image: none;
|
||||
font-size: 20px;
|
||||
font-family: "JetBrains Mono";
|
||||
}
|
||||
|
||||
window {
|
||||
background-image: image(url("./images/wallpaper_blurred.png"));
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 20px;
|
||||
margin: 10px;
|
||||
color: @inverse_surface;
|
||||
border-color: @inverse_surface;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
outline-style: none;
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 20%;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
animation: gradient_f 20s ease-in infinite;
|
||||
}
|
||||
|
||||
button:hover,button:focus {
|
||||
background-color: @on_secondary_fixed_variant;
|
||||
background-size: 30%;
|
||||
color: @color1;
|
||||
animation: gradient_f 20s ease-in infinite;
|
||||
transition: all 0.3s cubic-bezier(.55,0.0,.28,1.682);
|
||||
}
|
||||
|
||||
/* Adjust the size of the icon or content inside the button */
|
||||
button span {
|
||||
font-size: 1.2em; /* Increase the font size */
|
||||
}
|
||||
|
||||
|
||||
#lock {
|
||||
background-image: image(url("./icons/lock.png"));
|
||||
}
|
||||
|
||||
#logout {
|
||||
background-image: image(url("./icons/logout.png"));
|
||||
}
|
||||
|
||||
#suspend {
|
||||
background-image: image(url("./icons/sleep.png"));
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("./icons/power.png"));
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("./icons/restart.png"));
|
||||
}
|
||||
|
||||
#hibernate {
|
||||
background-image: image(url("./icons/hibernate.png"));
|
||||
}
|
||||
|
||||
67
.config/wlogout/style.css
Normal file
@@ -0,0 +1,67 @@
|
||||
@import url("file:///home/rionzaphkiel/.cache/wal/colors-waybar.css");
|
||||
|
||||
* {
|
||||
background-image: none;
|
||||
font-size: 20px;
|
||||
font-family: "JetBrains Mono";
|
||||
}
|
||||
|
||||
window {
|
||||
background-image: image(url("./images/wallpaper_blurred.png"));
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 20px;
|
||||
margin: 10px;
|
||||
color: @inverse_surface;
|
||||
border-color: @inverse_surface;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
outline-style: none;
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 20%;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
animation: gradient_f 20s ease-in infinite;
|
||||
}
|
||||
|
||||
button:hover,button:focus {
|
||||
background-color: @on_secondary_fixed_variant;
|
||||
background-size: 30%;
|
||||
color: @color1;
|
||||
animation: gradient_f 20s ease-in infinite;
|
||||
transition: all 0.3s cubic-bezier(.55,0.0,.28,1.682);
|
||||
}
|
||||
|
||||
/* Adjust the size of the icon or content inside the button */
|
||||
button span {
|
||||
font-size: 1.2em; /* Increase the font size */
|
||||
}
|
||||
|
||||
|
||||
#lock {
|
||||
background-image: image(url("./icons/lock.png"));
|
||||
}
|
||||
|
||||
#logout {
|
||||
background-image: image(url("./icons/logout.png"));
|
||||
}
|
||||
|
||||
#suspend {
|
||||
background-image: image(url("./icons/sleep.png"));
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("./icons/power.png"));
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("./icons/restart.png"));
|
||||
}
|
||||
|
||||
#hibernate {
|
||||
background-image: image(url("./icons/hibernate.png"));
|
||||
}
|
||||
|
||||