new changes like putting the color pallette in here instead of leaving it in the cache
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user