WAYBAR: Correction de l'apparence du bureau sélectionné

vif
Olivier DOSSMANN 2021-07-01 21:38:52 +02:00
parent 596c2bebb2
commit e1a1cbea60
1 changed files with 5 additions and 4 deletions

View File

@ -2,8 +2,8 @@
border: none;
border-radius: 0;
/* `otf-font-awesome` is required to be installed for icons */
font-family: DejaVu Sans Mono, Roboto, Helvetica, Arial, sans-serif;
font-size: 15px;
font-family: DejaVu Sans Mono; /*, Roboto, Helvetica, Arial, sans-serif; */
font-size: 14px;
min-height: 0;
}
@ -38,11 +38,12 @@ window#waybar.chromium {
}
#workspaces button {
padding: 0 5px;
padding: 0 13px;
background-color: inherit;
color: #666;
color: #fff;
/* Use box-shadow instead of border so the text isn't offset */
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 */