change waybar config
This commit is contained in:
parent
d74e26770c
commit
6c4ba8fcba
|
@ -43,11 +43,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
background-color: #89dceb;
|
background-color: #b4befe;
|
||||||
color: #${custom.background};
|
color: #${custom.background};
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
min-width: 50px;
|
min-width: 20px;
|
||||||
background-size: 250% 250%;
|
background-size: 200% 200%;
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,8 +55,8 @@
|
||||||
background-color: #${custom.tertiary_accent};
|
background-color: #${custom.tertiary_accent};
|
||||||
color: #${custom.background};
|
color: #${custom.background};
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
min-width: 50px;
|
min-width: 20px;
|
||||||
background-size: 250% 250%;
|
background-size: 200% 200%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tray, #pulseaudio, #network,
|
#tray, #pulseaudio, #network,
|
||||||
|
@ -100,7 +100,7 @@
|
||||||
background: #${custom.palette.tertiary_background_hex};
|
background: #${custom.palette.tertiary_background_hex};
|
||||||
border-radius: 0px 0px 40px 0px;
|
border-radius: 0px 0px 40px 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px 25px 0px 15px;
|
padding: 0px 20px 0px 15px;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue