|
|
|
|
@ -23,6 +23,7 @@
|
|
|
|
|
window#waybar.hidden { |
|
|
|
|
opacity: 0.5; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
window#waybar.empty { |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
@ -31,7 +32,8 @@
|
|
|
|
|
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; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -44,21 +46,13 @@
|
|
|
|
|
border-color: #11111b; |
|
|
|
|
color: #cba6f7; |
|
|
|
|
} |
|
|
|
|
/*-----module groups----*/ |
|
|
|
|
.modules-right { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.modules-center { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.modules-left { |
|
|
|
|
/*-----module groups----*/ |
|
|
|
|
.modules-right {} |
|
|
|
|
|
|
|
|
|
.modules-center {} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
.modules-left {} |
|
|
|
|
|
|
|
|
|
#workspaces button { |
|
|
|
|
padding: 2px; |
|
|
|
|
@ -123,8 +117,7 @@
|
|
|
|
|
#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, |
|
|
|
|
@ -168,14 +161,17 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#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; |
|
|
|
|
} |
|
|
|
|
@ -190,16 +186,17 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#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; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|