Initial commit : dotfiles setup

This commit is contained in:
SeraphimeZelel
2025-09-05 21:07:00 +07:00
parent 1bf3d416ef
commit 5a689e8849
141 changed files with 5346 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 647 KiB

36
.config/wlogout/layout Normal file
View 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"
}

View 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
View 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"));
}