/* Wallust - Chroma Tally */ @import '../../.config/waybar/wallust/colors-waybar.css'; * { 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: 97%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } window#waybar { background: rgba (0, 0, 0, 0.5); border-radius: 12px; border-bottom: 2px; border-style: solid; border-color: @color12; } #workspaces { background: transparent; padding: 2px; border-radius: 15px; border: 0px; font-style: normal; color: #0F1419; } #taskbar button, #workspaces button { padding: 0px 5px; border-radius: 15px; border: 0px; color: #0F1419; background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); opacity: 0.5; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #taskbar button.active, #workspaces button.active { padding: 0px 5px; border-radius: 15px; border: 0px; color: #0F1419; background: linear-gradient(45deg, #59C2FF, #D2A6FF); opacity: 1.0; min-width: 40px; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button:hover { border-radius: 15px; color: #0F1419; background: linear-gradient(45deg, #59C2FF, #D2A6FF); opacity: 0.8; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } tooltip { background: #1e1e2e; opacity: 0.8; border-radius: 6px; } #backlight, #backlight-slider, #battery, #bluetooth, #clock, #cpu, #disk, #idle_inhibitor, #keyboard-state, #memory, #mode, #mpris, #network, #power-profiles-daemon, #pulseaudio, #pulseaudio-slider, #taskbar, #temperature, #tray, #window, #wireplumber, #workspaces, #custom-backlight, #custom-browser, #custom-cava_mviz, #custom-cycle_wall, #custom-dot_update, #custom-file_manager, #custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, #custom-hint, #custom-hypridle, #custom-menu, #custom-playerctl, #custom-power_vertical, #custom-power, #custom-settings, #custom-spotify, #custom-swaync, #custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, #custom-weather.cloudyFoggyDay, #custom-weather.cloudyFoggyNight, #custom-weather.default, #custom-weather.rainyDay, #custom-weather.rainyNight, #custom-weather.severe, #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { padding-top: 5px; padding-bottom: 5px; padding-right: 6px; padding-left: 6px; } /* ----------------------------------------------------------------------------- * Module styles * -------------------------------------------------------------------------- */ #clock { color:#a3be8c; } #backlight { color: #ebcb8b; } #battery { color: #d8dee9; } #battery.charging { color: #81a1c1; } @keyframes blink { to { color: #4c566a; background-color: #eceff4; } } #battery.critical:not(.charging) { background: #bf616a; color: #eceff4; animation-name: blink; animation-duration: 3.0s; animation-timing-function: steps(12); animation-iteration-count: infinite; animation-direction: alternate; } #cpu { color: #a3be8c; } #disk { color: #94e2d5; } #custom-keyboard, #memory { color: #d3869b; } #network.disabled { color:#bf616a; } #network{ color:#a3be8c; } #network.disconnected { color: #bf616a; } #pulseaudio { color: #04a5e5; } #pulseaudio.muted { color: #9ca0b0; } #custom-light_dark, #temperature { color: #7287fd; } #temperature.critical { color: #bf616a; } #keyboard-state, #custom-hypridle, #idle_inhibitor { color: #ebcb8b; } /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { color: #39FF14; } #tray { } #custom-swaync, #custom-menu { color: yellow; padding-left: 8px; } #custom-power{ color: #eba0ac; } #window{ border-style: hidden; } #custom-lock, #bluetooth{ color:#d08770; } #custom-cava_mviz{ color: @color11; } #custom-weather{ color:#d08770; } #backlight-slider slider, #pulseaudio-slider slider { min-width: 0px; min-height: 0px; opacity: 0; background-image: none; border: none; box-shadow: none; } #backlight-slider trough, #pulseaudio-slider trough { min-width: 80px; min-height: 5px; border-radius: 5px; } #backlight-slider highlight, #pulseaudio-slider highlight { min-height: 10px; border-radius: 5px; }