waybar: remove border radius and reduce gaps
This commit is contained in:
parent
9b92968c9e
commit
56930e055d
1 changed files with 21 additions and 15 deletions
|
@ -3,7 +3,6 @@
|
||||||
font-family: FontAwesome, "PragmataPro Mono Liga", Roboto, Helvetica, Arial,
|
font-family: FontAwesome, "PragmataPro Mono Liga", Roboto, Helvetica, Arial,
|
||||||
sans-serif;
|
sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
@ -18,6 +17,10 @@ window#waybar.hidden {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tooltip {
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
window#waybar.empty {
|
window#waybar.empty {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -48,19 +51,19 @@ button {
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
background-color: #c678dd;
|
background-color: #c678dd;
|
||||||
color: #2d3436;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 6px;
|
padding: 0 3px;
|
||||||
color: #2d3436;
|
color: #2d3436;
|
||||||
background-color: #abb2bf;
|
background-color: #abb2bf;
|
||||||
border-radius: 4px;
|
border-radius: 0px;
|
||||||
margin-right: 6px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: #eb4d4b;
|
background-color: #e06c75;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
|
@ -87,16 +90,19 @@ button {
|
||||||
#mpd,
|
#mpd,
|
||||||
#user,
|
#user,
|
||||||
#bluetooth,
|
#bluetooth,
|
||||||
|
#custom-wakatime,
|
||||||
#custom-os {
|
#custom-os {
|
||||||
|
font-weight: 600;
|
||||||
padding: 3px 12px;
|
padding: 3px 12px;
|
||||||
margin: 3px 3px 0;
|
margin: 0;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-radius: 4px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window,
|
#window,
|
||||||
#workspaces {
|
#workspaces {
|
||||||
margin: 3px 3px 0;
|
margin: 0 3px 0;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
|
@ -161,7 +167,7 @@ label:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
#memory {
|
#memory {
|
||||||
color: #282c34;
|
color: #2d3436;
|
||||||
background-color: #c678dd;
|
background-color: #c678dd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -199,11 +205,6 @@ label:focus {
|
||||||
color: #e5c07b;
|
color: #e5c07b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wireplumber {
|
|
||||||
background-color: #fff0f5;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#wireplumber.muted {
|
#wireplumber.muted {
|
||||||
background-color: #e06c75;
|
background-color: #e06c75;
|
||||||
}
|
}
|
||||||
|
@ -250,3 +251,8 @@ label:focus {
|
||||||
color: #282c34;
|
color: #282c34;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#custom-wakatime {
|
||||||
|
color: #2d3436;
|
||||||
|
background-color: #61afef;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue