1

Fix minor waybar workspaces widget hover color issue

This commit is contained in:
2023-06-10 23:54:52 +02:00
parent 746d2dac1a
commit f43c20c830

View File

@ -1,3 +1,4 @@
/*TODO: Set this through nixos module programatically*/
/*@import url("colors/three-bears.css");*/
@import url("colors/foggy-lake.css");
@ -20,6 +21,10 @@ window#waybar {
color: @base;
}
#workspaces button:hover {
color: @pink;
}
/*Tux Icon*/
#custom-launcher {
font-size: 18px;