WAYBAR: Correction de l'apparence du bureau sélectionné
This commit is contained in:
parent
596c2bebb2
commit
e1a1cbea60
@ -2,8 +2,8 @@
|
|||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: DejaVu Sans Mono, Roboto, Helvetica, Arial, sans-serif;
|
font-family: DejaVu Sans Mono; /*, Roboto, Helvetica, Arial, sans-serif; */
|
||||||
font-size: 15px;
|
font-size: 14px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -38,11 +38,12 @@ window#waybar.chromium {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 5px;
|
padding: 0 13px;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
color: #666;
|
color: #fff;
|
||||||
/* Use box-shadow instead of border so the text isn't offset */
|
/* Use box-shadow instead of border so the text isn't offset */
|
||||||
box-shadow: inset 0 -3px transparent;
|
box-shadow: inset 0 -3px transparent;
|
||||||
|
border-bottom: 3px solid #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
||||||
|
Loading…
Reference in New Issue
Block a user