tweak waybar workspaces slightly

This commit is contained in:
notgne2 2021-09-27 12:35:37 -07:00
parent 25ce5a7780
commit ca7e8ca550
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -661,6 +661,8 @@ let
padding: 5px 0;
}
#workspaces { padding: 0 0 5px 0; }
#clock.1 { padding: 5px 0 0 0; }
#clock.2 { padding: 0 0 5px 0; }
@ -672,16 +674,9 @@ let
color: #${config.colors.base16.base0A};
}
#workspaces button {
padding: 0 2px;
}
#workspaces button.focused {
color: #${config.colors.base16.base0A};
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces button:hover {
background: #${config.colors.base16.base02};
}
@ -702,6 +697,8 @@ let
* {
font-family: "${config.fonts.favFont.name}";
font-size: ${toString (config.fonts.favFont.size + 1)}px;
border-radius: 0;
border: none;
}
'';
};