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 '../../.cache/wal/colors-waybar.css';
/*@import '../../.cache/wal/colors-waybar.css';*/
/* -----------------------------------------------------
* General
@ -46,7 +46,9 @@ button {
background-color: rgba(12, 12, 12, 0.5);
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,