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,4 +1,4 @@
@import url('../../.cache/wal/colors-waybar.css');
@import url('../../.config/wal/colors-waybar.css');
* {
font-size:15px;
@@ -58,7 +58,7 @@ tooltip {
#workspaces button {
all:unset;
padding: 0px 5px;
color: alpha(@color9,.4);
color: alpha(@color14,.4);
transition: all .2s ease;
}
#workspaces button:hover {
@@ -68,7 +68,7 @@ tooltip {
transition: all 1s ease;
}
#workspaces button.active {
color: @color1;
color: @color15;
border: none;
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}
@@ -84,7 +84,7 @@ tooltip {
transition: all 1s ease;
}
#workspaces button.empty.active {
color: @color3;
color: @color1;
border: none;
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}