/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Rose Pine */ @define-color bar-bg rgba(0, 0, 0, 0); @define-color main-bg #26233a; @define-color main-fg #ebbcba; @define-color wb-act-bg #31748f; @define-color wb-act-fg #9ccfd8; @define-color wb-hvr-bg #eb6f92; @define-color wb-hvr-fg #f6c177; * { font-family: "JetBrainsMono Nerd Font"; font-weight: bold; /* 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"'; border-radius: 12px; } window#waybar { background: @bar-bg; } tooltip { background: @main-bg; color: @main-fg; border-radius: 8px; border-width: 0px; } #workspaces button { box-shadow: none; text-shadow: none; padding: 0px; border-bottom: 2px; border-color: #2B5D34; border-style: solid; border-radius: 10px; padding-left: 3px; padding-right: 3px; background: @main-bg; color: @main-fg; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button.active { background: @wb-act-bg; color: @wb-act-fg; padding-left: 8px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button:hover { background: @wb-hvr-bg; color: @wb-hvr-fg; padding-left: 2px; padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #taskbar button { box-shadow: none; text-shadow: none; padding: 0px; border-bottom: 2px; border-color: #2B5D34; border-style: solid; border-radius: 10px; padding-left: 3px; padding-right: 3px; color: @wb-color; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } #taskbar button.active { background: @wb-act-bg; color: @wb-act-color; padding-left: 8px; padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #taskbar button:hover { background: @wb-hvr-bg; color: @wb-hvr-color; padding-left: 3px; padding-right: 3px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #backlight, #backlight-slider, #battery, #bluetooth, #clock, #cpu, #disk, #idle_inhibitor, #keyboard-state, #memory, #mode, #mpris, #network, #pulseaudio, #pulseaudio-slider, #temperature, #tray, #window, #wireplumber, #custom-backlight, #custom-cycle_wall, #custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, #custom-menu, #custom-changewaybar, #custom-changewaybarcss, #custom-power_vertical, #custom-power, #custom-swaync, #custom-updater, #custom-swaync, #custom-cava_mviz, #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 { color: @main-fg; background: @main-bg; opacity: 1; border-bottom: 2px; border-color: #2B5D34; border-style: solid; border-radius: 10px; padding-top: 3px; padding-bottom: 3px; padding-right: 6px; padding-left: 6px; } #temperature.critical { background-color: @red; } #custom-power { padding-right: 1px; } #group-motherboard, #group-laptop, #group-audio { color: @main-fg; background-color: @main-bg; } #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; } #pulseaudio-slider highlight { min-height: 10px; border-radius: 5px; } #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; } #backlight-slider highlight { min-width: 10px; border-radius: 5px; }