waybar tings

This commit is contained in:
xsghetti 2024-07-02 12:51:43 -04:00
parent 2613fc910e
commit a622f09ba1
6 changed files with 19 additions and 22 deletions

View file

@ -8,7 +8,7 @@
window#waybar {
background-color: alpha(@background, 0.8);
border: 1.5px solid @color6;
border: 1.5px solid @color7;
color: @color7;
transition-property: background-color;
transition-duration: .5s;
@ -34,9 +34,7 @@ tooltip {
padding-right: 5px;
}
#custom-menu,
#battery,
#backlight{
#custom-menu{
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
@ -48,14 +46,6 @@ tooltip {
}
/* #battery{
background-color: @color1;
border: 1px solid @color7;
padding-left: 10px;
padding-right: 10px;
margin
} */
#custom-power{
background-color: @color1;
border: 1px solid @color7;
@ -83,14 +73,15 @@ tooltip {
}
#custom-chatgpt{
background-color: @color1;
border: 1px solid @color7;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 7px;
padding-left: 8px;
padding-right: 11px;
background-image: url("/home/crux/.config/waybar/openai-white.svg");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}