We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18cbd2a + 5c57497 commit 5d8bc35Copy full SHA for 5d8bc35
resources/style.css
@@ -1,10 +1,7 @@
1
* {
2
- border: none;
3
- border-radius: 0;
4
/* `otf-font-awesome` is required to be installed for icons */
5
font-family: Roboto, Helvetica, Arial, sans-serif;
6
font-size: 13px;
7
- min-height: 0;
8
}
9
10
window#waybar {
@@ -43,6 +40,9 @@ window#waybar.chromium {
43
40
color: #ffffff;
44
41
/* Use box-shadow instead of border so the text isn't offset */
45
42
box-shadow: inset 0 -3px transparent;
+ /* Avoid rounded borders under each workspace name */
+ border: none;
+ border-radius: 0;
46
47
48
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
0 commit comments