updates
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
* {
|
||||
border: none;
|
||||
font-size: 13px;
|
||||
font-size: 10px;
|
||||
font-family: "JetBrainsMono Nerd Font,JetBrainsMono NF" ;
|
||||
min-height: 10px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
border-radius: 0 0 15px 15px;
|
||||
}
|
||||
|
||||
#custom-logo {
|
||||
margin-left: 10px;
|
||||
}
|
||||
@@ -17,24 +12,19 @@ window#waybar {
|
||||
.modules-right {
|
||||
padding: 0px;
|
||||
background: #225496;
|
||||
border-radius: 0 0 0 15px;
|
||||
border: 2px solid #4F0B1E;
|
||||
}
|
||||
|
||||
.modules-center {
|
||||
border-radius: 15px 15px 15px 15px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.modules-left {
|
||||
background: #225496;
|
||||
border-radius: 0 0 15px 0;
|
||||
border: 2px solid #4F0B1E;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
background: #225496;
|
||||
border-radius: 0 0 15px 15px;
|
||||
border: 2px solid #4F0B1E;
|
||||
}
|
||||
|
||||
@@ -70,8 +60,6 @@ window#waybar {
|
||||
#window,
|
||||
#clock {
|
||||
color: #ffffff;
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
@@ -104,17 +92,5 @@ window#waybar {
|
||||
#battery.critical:not(.charging) {
|
||||
background-color: #f53c3c;
|
||||
color: #ffffff;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
|
||||
@keyframes blink {
|
||||
to {
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user