Waybar finished! (I think :))

This commit is contained in:
OdiousImp2604
2021-01-22 12:08:14 +00:00
committed by GitHub
parent c47529add6
commit 7e26f840fc

View File

@@ -41,11 +41,11 @@
* { * {
border: none; border: none;
border-radius: 0; border-radius: 0;
margin: 0px; margin-top: 0px;
padding-top: 1px; padding-top: 2px;
padding-bottom: 1px; padding-bottom: 2px;
padding-left: 15; padding-left: 10;
padding-right: 15; padding-right: 10;
} }
/* The whole bar */ /* The whole bar */
@@ -110,10 +110,10 @@
} }
#mode { #mode {
background: red; background: red;
margin-top:2.5px; border-bottom: 3px transparent;
margin-bottom:2.5px; margin: 3;
} }
#network.disconnected { #network.disconnected {
color: orange; color: orange;
@@ -132,14 +132,12 @@
} }
#workspaces button { #workspaces button {
color: #888888; padding: 0.5px;
padding: 3px; border-bottom: 3px solid transparent;
} }
#workspaces button.focused { #workspaces button.focused {
border-color: #4c7899; border-bottom: 3px solid #ffffff;
color: white;
background-color: #285577;
} }
#workspaces button.urgent { #workspaces button.urgent {