Fix minor waybar workspaces widget hover color issue
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
/*TODO: Set this through nixos module programatically*/
|
||||||
/*@import url("colors/three-bears.css");*/
|
/*@import url("colors/three-bears.css");*/
|
||||||
@import url("colors/foggy-lake.css");
|
@import url("colors/foggy-lake.css");
|
||||||
|
|
||||||
@ -20,6 +21,10 @@ window#waybar {
|
|||||||
color: @base;
|
color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button:hover {
|
||||||
|
color: @pink;
|
||||||
|
}
|
||||||
|
|
||||||
/*Tux Icon*/
|
/*Tux Icon*/
|
||||||
#custom-launcher {
|
#custom-launcher {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
Reference in New Issue
Block a user