waybar: improve bar look
This commit is contained in:
parent
5253d37c77
commit
18a9880922
2 changed files with 36 additions and 31 deletions
|
|
@ -4,18 +4,26 @@
|
|||
}
|
||||
|
||||
window#waybar {
|
||||
background: #292b2e;
|
||||
background-color: transparent;
|
||||
color: #fdf6e3;
|
||||
padding: 1px 0;
|
||||
min-height: 25px;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
margin: 2px 10px 0 0;
|
||||
}
|
||||
.modules-center {
|
||||
margin: 2px 0 0 0;
|
||||
}
|
||||
.modules-left {
|
||||
margin: 2px 0 0 5px;
|
||||
}
|
||||
|
||||
#custom-right-arrow-dark,
|
||||
#custom-left-arrow-dark {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
#custom-right-arrow-light,
|
||||
#custom-left-arrow-light {
|
||||
color: #292b2e;
|
||||
background: #1a1a1a;
|
||||
font-size: 23px;
|
||||
}
|
||||
|
||||
#workspaces,
|
||||
|
|
@ -60,6 +68,12 @@ window#waybar {
|
|||
#battery {
|
||||
color: #859900;
|
||||
}
|
||||
#battery.warning {
|
||||
color: #d08535;
|
||||
}
|
||||
#battery.critical {
|
||||
color: #ca4238;
|
||||
}
|
||||
#disk {
|
||||
color: #b58900;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue