configures waybar
This commit is contained in:
parent
e0b15d993b
commit
324357540d
8 changed files with 80 additions and 16 deletions
|
|
@ -6,14 +6,26 @@
|
|||
}
|
||||
|
||||
tooltip,
|
||||
#tray menu {
|
||||
menu {
|
||||
background: rgba(15, 11, 12, 0.9);
|
||||
border-radius: 8px;
|
||||
border: 2px solid #572454;
|
||||
}
|
||||
|
||||
menuitem {
|
||||
color: #ffffff;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
menuitem:hover {
|
||||
color: #331531;
|
||||
background-color: #c57faf;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: rgba(15, 11, 12, 0.999);
|
||||
background-color: rgba(15, 11, 12, 0.95);
|
||||
border-radius: 8px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
|
@ -50,11 +62,23 @@ window#waybar {
|
|||
|
||||
#wireplumber {
|
||||
font-size: 16px;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#tray {
|
||||
margin: 4px;
|
||||
margin-top: 0;
|
||||
border-radius: 4px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#custom-power {
|
||||
background-color: #331531;
|
||||
font-size: 16px;
|
||||
border-bottom-left-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue