fix: no pywal file

This commit is contained in:
pika 2025-03-22 11:08:45 +01:00
parent dd73598196
commit d7c3fb3d1f

View file

@ -13,7 +13,7 @@ by Stephan Raabe (2023)
/* ----------------------------------------------------- /* -----------------------------------------------------
* Import Pywal colors * Import Pywal colors
* ----------------------------------------------------- */ * ----------------------------------------------------- */
@import '../../.cache/wal/colors-waybar.css'; /*@import '../../.cache/wal/colors-waybar.css';*/
/* ----------------------------------------------------- /* -----------------------------------------------------
* General * General
@ -28,33 +28,35 @@ by Stephan Raabe (2023)
/* } */ /* } */
window { window {
font-family: Hurmit Nerd Font; font-family: Hurmit Nerd Font;
font-size: 16pt; font-size: 16pt;
color: #cdd6f4; /* text */ color: #cdd6f4; /* text */
background-color: rgba(54, 56, 64, 0.73); background-color: rgba(54, 56, 64, 0.73);
} }
button { button {
color: @color7; color: @color7;
font-size:20px; font-size: 20px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: 25%; background-size: 25%;
border-style: solid; border-style: solid;
background-color: rgba(12, 12, 12, 0.5); background-color: rgba(12, 12, 12, 0.5);
border: 3px solid @color6; border: 3px solid @color6;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow:
0 4px 8px 0 rgba(0, 0, 0, 0.2),
0 6px 20px 0 rgba(0, 0, 0, 0.19);
} }
button:focus, button:focus,
button:active, button:active,
button:hover { button:hover {
color: @color11; color: @color11;
background-color: rgba(12, 12, 12, 0.5); background-color: rgba(12, 12, 12, 0.5);
border: 3px solid @color2; border: 3px solid @color2;
} }
/* /*
@ -64,37 +66,37 @@ Buttons
*/ */
#lock { #lock {
margin: 16px; margin: 16px;
border-radius: 20px; border-radius: 20px;
background-image: image(url("icons/lock.png")); background-image: image(url("icons/lock.png"));
} }
#logout { #logout {
margin: 16px; margin: 16px;
border-radius: 20px; border-radius: 20px;
background-image: image(url("icons/logout.png")); background-image: image(url("icons/logout.png"));
} }
#suspend { #suspend {
margin: 16px; margin: 16px;
border-radius: 20px; border-radius: 20px;
background-image: image(url("icons/suspend.png")); background-image: image(url("icons/suspend.png"));
} }
#hibernate { #hibernate {
margin: 16px; margin: 16px;
border-radius: 20px; border-radius: 20px;
background-image: image(url("icons/hibernate.png")); background-image: image(url("icons/hibernate.png"));
} }
#shutdown { #shutdown {
margin: 16px; margin: 16px;
border-radius: 20px; border-radius: 20px;
background-image: image(url("icons/shutdown.png")); background-image: image(url("icons/shutdown.png"));
} }
#reboot { #reboot {
margin: 16px; margin: 16px;
border-radius: 20px; border-radius: 20px;
background-image: image(url("icons/reboot.png")); background-image: image(url("icons/reboot.png"));
} }