new changes like putting the color pallette in here instead of leaving it in the cache

This commit is contained in:
Robin
2025-08-19 18:57:23 +02:00
parent 498317d0d8
commit b5868482ec
7 changed files with 41 additions and 21 deletions

View File

@@ -1,8 +1,8 @@
@import url('/home/glala/.cache/wal/colors-waybar.css');
@import url('../../.config/wal/colors-waybar.css');
@define-color mauve @color9;
@define-color red @color9;
@define-color lavender @color7;
@define-color mauve @color4;
@define-color red @color5;
@define-color lavender @color15;
@define-color text @color7;
@keyframes fadeIn {
0% {
@@ -18,7 +18,7 @@
outline: none;
border: none;
text-shadow:none;
background-color:transparent;
background-color: @background;
}
window {