pinwheel: Remove hover effect of waybar workspace buttons
This commit is contained in:
@@ -38,19 +38,45 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
style = ''
|
style = let
|
||||||
#workspaces button.active {
|
foreground = "#f9c22b";
|
||||||
background: red;
|
foreground-dim = "#a57b06";
|
||||||
}
|
background = "#262626";
|
||||||
|
in
|
||||||
|
''
|
||||||
|
* {
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
window#waybar {
|
#workspaces button {
|
||||||
background-color: blue;
|
color: ${foreground-dim};
|
||||||
}
|
background-color: ${background};
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
#custom-hello {
|
#workspaces button:hover {
|
||||||
background-color: yellow;
|
border-color: transparent;
|
||||||
}
|
background: none;
|
||||||
'';
|
transition: none;
|
||||||
|
text-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.active {
|
||||||
|
color: ${foreground};
|
||||||
|
background-color: ${background};
|
||||||
|
}
|
||||||
|
|
||||||
|
window#waybar {
|
||||||
|
color: ${foreground};
|
||||||
|
background-color: ${background};
|
||||||
|
}
|
||||||
|
|
||||||
|
#custom-hello {
|
||||||
|
color: ${foreground};
|
||||||
|
background-color: ${background};
|
||||||
|
}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user