latest
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
* {
|
||||
/* `otf-font-awesome` is required to be installed for icons */
|
||||
/*font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
|
||||
font-family: "JetBrainsMono Nerd Font Mono";
|
||||
font-size: 14px;
|
||||
font-family: "JetBrainsMonoNFM-Regular";
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: rgba(43, 48, 59, 0.5);
|
||||
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
|
||||
/*background-color: rgba(43, 48, 59, 0.5);*/
|
||||
background-color: rgba(0, 0, 0, 1);
|
||||
/*border-bottom: 3px solid rgba(100, 114, 125, 0.5);*/
|
||||
color: #ffffff;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
@@ -35,7 +37,7 @@ window#waybar.chromium {
|
||||
|
||||
button {
|
||||
/* Use box-shadow instead of border so the text isn't offset */
|
||||
box-shadow: inset 0 -3px transparent;
|
||||
/*box-shadow: inset 0 -3px transparent;*/
|
||||
/* Avoid rounded borders under each button name */
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user