This commit is contained in:
2026-08-10 12:04:58 +05:30
parent b556ef9551
commit 3a99b9b9c8
8 changed files with 54 additions and 81 deletions
+1 -25
View File
@@ -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;
}
}