diff --git a/.config/waybar/style.css b/.config/waybar/style.css deleted file mode 100644 index efe6795..0000000 --- a/.config/waybar/style.css +++ /dev/null @@ -1,165 +0,0 @@ -* { - font-family: "JetBrainsMono Nerd Font"; - font-weight: bold; - min-height: 0; - /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ - font-size: 100%; - font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; - border-radius: 0.3rem; -} - -window { - background: rgba(251, 241, 199, 0.95); - color: #504945; - transition-property: background-color; - transition-duration: 0.5s; -} - -window.semi-hidden { - background-color: transparent; -} -window.semi-hidden * { - border-radius: 0 0 0.3rem 0.3rem; -} -window.semi-hidden .modules-left, window.semi-hidden .modules-center, window.semi-hidden .modules-right { - background-color: #fbf1c7; - border-bottom: 1px solid rgba(80, 73, 69, 0.4); - border-left: 1px solid rgba(80, 73, 69, 0.4); - border-right: 1px solid rgba(80, 73, 69, 0.4); -} -window.semi-hidden .modules-center { - padding-left: 0.3rem; -} -window.semi-hidden .modules-left { - padding-right: 1rem; -} - -#taskbar button, -#workspaces button { - color: #504945; -} - -#taskbar button.active, -#workspaces button.active { - border-bottom: 1px solid #79740e; -} - -#taskbar button.urgent, -#workspaces button.urgent { - border-bottom: 2px solid #b57614; -} - -#submap { - border-bottom: 1px solid #9d0006; -} - -.module { - color: #504945; - padding: 0.2rem 0.3rem 0.2rem 0.3rem; -} - -#battery.warning, -#disk.warning, -#memory.warning, -#cpu.warning { - border-top: 3px solid #fbf1c7; - border-bottom: 3px solid #076678; -} - -@keyframes blink { - to { - color: #fbf1c7; - } -} -#battery.critical:not(.charging) { - background-color: #9d0006; - color: white; - animation-name: blink; - animation-duration: 3s; - animation-timing-function: steps(12); - animation-iteration-count: infinite; - animation-direction: alternate; - box-shadow: inset 0 -3px transparent; -} - -/*-----Indicators----*/ -#custom-hypridle.notactive, -#idle_inhibitor.activated { - color: #39FF14; -} - -#battery.critical, -#disk.critical, -#memory.critical, -#cpu.critical { - border-top: 3px solid #fbf1c7; - border-bottom: 3px solid #9d0006; -} - -#temperature.critical { - background-color: #9d0006; -} - -#battery.charging { - border-top: 3px solid #fbf1c7; - border-bottom: 3px solid #79740e; -} - -#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; - min-height: 5px; - border-radius: 5px; - background-color: rgba(251, 241, 199, 0.75); -} - -#pulseaudio-slider highlight { - min-height: 10px; - border-radius: 5px; - background-color: #b57614; -} - -#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; - min-height: 10px; - border-radius: 5px; - background-color: #504945; -} - -#backlight-slider highlight { - min-width: 10px; - border-radius: 5px; - background-color: #b57614; -} - -#custom-swaync { - min-width: 10px; - border-right: 1px solid #504945; -} - -#custom-swaync:hover { - background-color: #79740e; -} - -#custom-updates.pending-updates { - background-color: dodgerblue; -} - -/*# sourceMappingURL=style.css.map */