wofi/waybar
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
* {
|
||||
font-family: "UbuntuMono Nerd Font", monospace;
|
||||
font-family: "UbuntuMono Nerd Font";
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@@ -9,23 +9,17 @@ window {
|
||||
border: 2px solid #8caaee;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin-bottom: 10px;
|
||||
margin: 10px 10px 10px 10px;
|
||||
padding: 8px 10px;
|
||||
|
||||
background: #414559;
|
||||
color: #c6d0f5;
|
||||
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 0;
|
||||
margin: 0 10px 10px 10px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
@@ -43,7 +37,8 @@ window {
|
||||
color: #c6d0f5;
|
||||
}
|
||||
|
||||
#entry:selected #text {
|
||||
#entry:selected #text,
|
||||
#entry:selected label {
|
||||
color: #8caaee;
|
||||
}
|
||||
|
||||
@@ -51,29 +46,11 @@ window {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
label {
|
||||
color: #c6d0f5;
|
||||
}
|
||||
|
||||
image {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
background: transparent;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background: #51576d;
|
||||
}
|
||||
|
||||
#entry:selected label,
|
||||
#entry:selected #text {
|
||||
color: #8caaee;
|
||||
}
|
||||
|
||||
#text {
|
||||
label {
|
||||
color: #c6d0f5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user