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-radius: 0;
margin: 0px;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 15;
padding-right: 15;
margin-top: 0px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10;
padding-right: 10;
}
/* The whole bar */
@@ -111,8 +111,8 @@
#mode {
background: red;
margin-top:2.5px;
margin-bottom:2.5px;
border-bottom: 3px transparent;
margin: 3;
}
#network.disconnected {
@@ -132,14 +132,12 @@
}
#workspaces button {
color: #888888;
padding: 3px;
padding: 0.5px;
border-bottom: 3px solid transparent;
}
#workspaces button.focused {
border-color: #4c7899;
color: white;
background-color: #285577;
border-bottom: 3px solid #ffffff;
}
#workspaces button.urgent {