Minor changes in waybar

This commit is contained in:
ayushDumasia 2025-03-04 09:01:21 +05:30
parent 02f49800dc
commit 3024add814
3 changed files with 22 additions and 181 deletions

View file

@ -74,7 +74,7 @@ tooltip {
}
#workspaces {
background: #1e1e2e;
background: @raisin-black;
margin: 0;
padding: 0;
font-weight: bold;
@ -91,7 +91,7 @@ tooltip {
border-radius: 6px;
border: none;
color: #f5e0dc;
background-color: #1e1e2e;
/* background-color: #1e1e2e; */
transition: all 0.3s ease-in-out;
opacity: 0.4;
}
@ -149,9 +149,9 @@ tooltip {
#pulseaudio,
#backlight {
padding: 0 8px;
/* margin: 0 2px; */
margin: 0 2px;
color: @beige;
border-radius: 6px 0 0 6px;
border-radius: 6px 6px;
}
#bluetooth,
@ -179,7 +179,8 @@ tooltip {
min-width: 30px;
padding: 0 7px 0 2px;
/* margin: 0 2px; */
border-radius: 0 6px 6px 0;
border-radius: 6px;
/* border-radius: 0 6px 6px 0; */
}
#battery {
@ -199,7 +200,7 @@ tooltip {
#battery.good:not(.charging) {
color: #f9e2af; /* Peach */
background: #1e1e2e; /* Base */
/* background: #1e1e2e; Base */
border-radius: 6px;
}