Browse Source

corrction

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

385
config/waybar/style/Transparent.css

@ -1,202 +1,205 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
/* ....................................*/ /* ..........................................*/
/* ..... None .........*/ /* .......Transparent....................... */
/* ................................... */ /* ......................................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */
* { *{
font-family: "JetBrains Mono Nerd Font"; font-family: "JetBrains Mono Nerd Font";
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;
} }
window#waybar { window#waybar {
background: transparent; background:transparent;
border-radius: 1px; border-radius: 1px;
color: whitesmoke; color: whitesmoke;
} }
window#waybar.hidden { window#waybar.hidden {
opacity: 0.5; opacity: 0.5;
} }
window#waybar.empty {
window#waybar.empty { background-color: transparent;
background-color: transparent; }
}
window#waybar.empty #window {
window#waybar.empty #window { padding: 0px;
padding: 0px; margin: 0px;
margin: 0px; border: 0px;
border: 0px; /* background-color: rgba(66,66,66,0.5); */ /* transparent */
/* background-color: rgba(66,66,66,0.5); */ background-color: transparent;
/* transparent */ }
background-color: transparent;
}
tooltip {
background: #1e1e2e;
tooltip { border-radius: 10px;
background: #1e1e2e; border-width: 2px;
border-radius: 10px; border-style: solid;
border-width: 2px; border-color: #11111b;
border-style: solid; color: #cba6f7;
border-color: #11111b; }
color: #cba6f7; /*-----module groups----*/
} .modules-right {
/*-----module groups----*/ }
.modules-right {}
.modules-center {
.modules-center {}
.modules-left {}
}
#workspaces button {
padding: 2px; .modules-left {
color: #6E6A86;
margin-right: 5px;
} }
#workspaces button.active { #workspaces button {
color: whitesmoke; padding: 2px;
color: #6E6A86;
} margin-right: 5px;
}
#workspaces button.focused {
color: #d8dee9; #workspaces button.active {
} color: whitesmoke;
#workspaces button.urgent { }
color: #11111b;
border-radius: 10px; #workspaces button.focused {
} color: #d8dee9;
}
#workspaces button:hover {
color: whitesmoke; #workspaces button.urgent {
color: #11111b;
} border-radius: 10px;
}
#workspaces button:hover {
#backlight, color: whitesmoke;
#battery,
#bluetooth, }
#cava,
#clock,
#cpu,
#disk, #backlight,
#idle_inhibitor, #battery,
#keyboard-state label, #bluetooth,
#keyboard-state label.locked, #cava,
#keyboard-state, #clock,
#memory, #cpu,
#mode, #disk,
#mpd, #idle_inhibitor,
#network, #keyboard-state label,
#pulseaudio, #keyboard-state label.locked,
#taskbar button, #keyboard-state,
#taskbar, #memory,
#temperature, #mode,
#tray, #mpd,
#window, #network,
#wireplumber, #pulseaudio,
#workspaces, #taskbar button,
#custom-cycle_wall, #taskbar,
#custom-keybinds, #temperature,
#custom-light_dark, #tray,
#custom-lock, #window,
#custom-menu, #wireplumber,
#custom-power_vertical, #workspaces,
#custom-power, #custom-cycle_wall,
#custom-spotify, #custom-keybinds,
#custom-updater, #custom-light_dark,
#custom-weather, #custom-lock,
#custom-weather.clearNight, #custom-menu,
#custom-weather.cloudyFoggyDay, #custom-power_vertical,
#custom-weather.cloudyFoggyNight, #custom-power,
#custom-weather.default #custom-weather.rainyDay, #custom-spotify,
#custom-weather.rainyNight, #custom-updater,
#custom-weather.severe, #custom-weather,
#custom-weather.showyIcyDay, #custom-weather.clearNight,
#custom-weather.snowyIcyNight, #custom-weather.cloudyFoggyDay,
#custom-weather.sunnyDay { #custom-weather.cloudyFoggyNight,
color: whitesmoke; #custom-weather.default
padding: 0px 10px; #custom-weather.rainyDay,
#custom-weather.rainyNight,
} #custom-weather.severe,
#custom-weather.showyIcyDay,
#temperature.critical { #custom-weather.snowyIcyNight,
background-color: #ff0000; #custom-weather.sunnyDay {
} color:whitesmoke;
padding: 0px 10px;
@keyframes blink {
to { }
#temperature.critical {
background-color: #ff0000;
}
@keyframes blink {
to {
color: #000000; color: #000000;
}
}
#taskbar button.active {
background-color: #7f849c;
}
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#pulseaudio-slider slider {
min-width: 0px;
min-height: 0px;
opacity: 0;
background-image: none;
border: none;
box-shadow: none;
}
#pulseaudio-slider trough {
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 */
border-radius: 5px;
background-color: wheat;
} }
}
#backlight-slider slider {
#taskbar button.active { min-width: 0px;
background-color: #7f849c; min-height: 0px;
} opacity: 0;
background-image: none;
#battery.critical:not(.charging) { border: none;
color: #f53c3c; box-shadow: none;
animation-name: blink; }
animation-duration: 0.5s;
animation-timing-function: linear; #backlight-slider trough {
animation-iteration-count: infinite; min-width: 80px; /* Ajusta el ancho según tus preferencias */
animation-direction: alternate; min-height: 10px; /* Ajusta la altura según tus preferencias */
} border-radius: 5px;
background-color: black;
#pulseaudio-slider slider { }
min-width: 0px;
min-height: 0px; #backlight-slider highlight {
opacity: 0; min-width: 10px; /* Ajusta el ancho según tus preferencias */
background-image: none; border-radius: 5px;
border: none; background-color: wheat;
box-shadow: none; }
}
#pulseaudio-slider trough {
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 */
border-radius: 5px;
background-color: wheat;
}
#backlight-slider slider {
min-width: 0px;
min-height: 0px;
opacity: 0;
background-image: none;
border: none;
box-shadow: none;
}
#backlight-slider trough {
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 */
border-radius: 5px;
background-color: wheat;
}
Loading…
Cancel
Save