Browse Source

corrction

pull/23/head
JaKooLit 2 years ago
parent
commit
a6b2e9bd4c
  1. 51
      config/waybar/style/Transparent.css

51
config/waybar/style/Transparent.css

@ -1,7 +1,7 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
/* ....................................*/
/* ..... None .........*/
/* ................................... */
/* ..........................................*/
/* .......Transparent....................... */
/* ......................................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
*{
@ -9,7 +9,7 @@
font-weight: bold;
min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 98%%;
font-size: 98%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
padding: 1px;
}
@ -23,7 +23,6 @@ window#waybar {
window#waybar.hidden {
opacity: 0.5;
}
window#waybar.empty {
background-color: transparent;
}
@ -32,8 +31,7 @@ window#waybar.empty #window {
padding: 0px;
margin: 0px;
border: 0px;
/* background-color: rgba(66,66,66,0.5); */
/* transparent */
/* background-color: rgba(66,66,66,0.5); */ /* transparent */
background-color: transparent;
}
@ -46,13 +44,21 @@ tooltip {
border-color: #11111b;
color: #cba6f7;
}
/*-----module groups----*/
.modules-right {}
.modules-right {
}
.modules-center {}
.modules-center {
.modules-left {}
}
.modules-left {
}
#workspaces button {
padding: 2px;
@ -117,7 +123,8 @@ tooltip {
#custom-weather.clearNight,
#custom-weather.cloudyFoggyDay,
#custom-weather.cloudyFoggyNight,
#custom-weather.default #custom-weather.rainyDay,
#custom-weather.default
#custom-weather.rainyDay,
#custom-weather.rainyNight,
#custom-weather.severe,
#custom-weather.showyIcyDay,
@ -161,17 +168,14 @@ tooltip {
}
#pulseaudio-slider trough {
min-width: 80px;
/* Ajusta el ancho según tus preferencias */
min-height: 10px;
/* Ajusta la altura según tus preferencias */
min-width: 80px; /* Ajusta el ancho según tus preferencias */
min-height: 10px; /* Ajusta la altura según tus preferencias */
border-radius: 5px;
background-color: black;
}
#pulseaudio-slider highlight {
min-height: 10px;
/* Ajusta la altura según tus preferencias */
min-height: 10px; /* Ajusta la altura según tus preferencias */
border-radius: 5px;
background-color: wheat;
}
@ -186,17 +190,16 @@ tooltip {
}
#backlight-slider trough {
min-width: 80px;
/* Ajusta el ancho según tus preferencias */
min-height: 10px;
/* Ajusta la altura según tus preferencias */
min-width: 80px; /* Ajusta el ancho según tus preferencias */
min-height: 10px; /* Ajusta la altura según tus preferencias */
border-radius: 5px;
background-color: black;
}
#backlight-slider highlight {
min-width: 10px;
/* Ajusta el ancho según tus preferencias */
min-width: 10px; /* Ajusta el ancho según tus preferencias */
border-radius: 5px;
background-color: wheat;
}
Loading…
Cancel
Save