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