Saataa andagii !
This commit is contained in:
parent
028d682f8c
commit
1f3019ac19
1 changed files with 30 additions and 25 deletions
|
@ -14,44 +14,49 @@ window#waybar {
|
|||
}
|
||||
|
||||
window#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
window#waybar.termite {
|
||||
background-color: #3F3F3F;
|
||||
background-color: #3F3F3F;
|
||||
}
|
||||
|
||||
window#waybar.chromium {
|
||||
background-color: #000000;
|
||||
border: none;
|
||||
background-color: #000000;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.modules-left,
|
||||
.modules-right {
|
||||
padding: 0px 10px;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
border-radius: 0;
|
||||
color: white;
|
||||
margin: 0px 5px;
|
||||
padding: 0px;
|
||||
border-radius: 0;
|
||||
color: white;
|
||||
margin: 0px 5px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #E6C873;
|
||||
text-decoration: underline;
|
||||
color: #E6C873;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
color: #eb4d4b;
|
||||
color: #eb4d4b;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
border: none;
|
||||
outline: none;
|
||||
background: none;
|
||||
transition: none;
|
||||
border: none;
|
||||
outline: none;
|
||||
box-shadow: none;
|
||||
background: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#clock,
|
||||
|
@ -67,31 +72,31 @@ window#waybar.chromium {
|
|||
#power,
|
||||
#tray,
|
||||
#custom-power {
|
||||
padding: 7px 10px;
|
||||
color: #E6C873;
|
||||
opacity: 1;
|
||||
padding: 7px 10px;
|
||||
color: #E6C873;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.modules-left > widget:first-child > #workspaces {
|
||||
margin-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.modules-right > widget:last-child > #workspaces {
|
||||
margin-right: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#custom-media {
|
||||
min-width: 100px;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
#battery.charging, #battery.plugged {
|
||||
color: #26A65B;
|
||||
color: #26A65B;
|
||||
}
|
||||
|
||||
#temperature.critical {
|
||||
color: #eb4d4b;
|
||||
color: #eb4d4b;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
color: #f53c3c;
|
||||
color: #f53c3c;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue