Update style.css
This commit is contained in:
+15
-15
@@ -1,48 +1,48 @@
|
|||||||
* {
|
* {
|
||||||
border: none;
|
|
||||||
font-family: Font Awesome, Roboto, Arial, sans-serif;
|
font-family: Font Awesome, Roboto, Arial, sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
window#waybar{
|
|
||||||
all:unset;
|
|
||||||
}
|
|
||||||
window {
|
window {
|
||||||
/*font-weight: bold;*/
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
window#waybar {
|
window#waybar {
|
||||||
color: #a5adcb;
|
color: #a5adcb;
|
||||||
|
border: 1.5px solid #555183;
|
||||||
|
background-color:#2b2d45;
|
||||||
}
|
}
|
||||||
/*-----module groups----*/
|
/*-----module groups----*/
|
||||||
.modules-right {
|
.modules-right {
|
||||||
background-color: #a5adcb;
|
background-color: inherit;
|
||||||
margin: 2px 10px 0 0;
|
margin: 1.5px 14px 0 0;
|
||||||
}
|
}
|
||||||
.modules-center {
|
.modules-center {
|
||||||
background-color: transparent;
|
background-color: inherit;
|
||||||
font-weight: bold;
|
|
||||||
margin: 2px 0 0 0;
|
margin: 2px 0 0 0;
|
||||||
}
|
}
|
||||||
.modules-left {
|
.modules-left {
|
||||||
margin: 2px 0 0 7px;
|
margin: 7px 0 7px 10px;
|
||||||
}
|
}
|
||||||
/*-----modules indv----*/
|
/*-----modules indv----*/
|
||||||
#workspaces {
|
#workspaces {
|
||||||
background-color: #a5adcb;
|
background-color: inherit;
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
}
|
}
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
color: #5b6078;
|
color: #555183;
|
||||||
background: none;
|
background: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
color: #a6da95;
|
color: #555183;
|
||||||
}
|
}
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
color: #f5bde6;
|
color: #555183;
|
||||||
|
}
|
||||||
|
#workspaces button.urgent {
|
||||||
|
color: #555183;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
|||||||
Reference in New Issue
Block a user