diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-07 10:36:11 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-07 10:36:11 +0900 |
| commit | 59c716d6e81864c279e31d20330da2fcdffc5543 (patch) | |
| tree | 5ed517b46ec4945c75aec4b307f9e0302344258b /config/waybar/style/Catppuccin-Mocha.css | |
| parent | a0e415d8e2bd65048fece3810b31f329a1e45bdf (diff) | |
Re-organized Waybar Styles
Diffstat (limited to 'config/waybar/style/Catppuccin-Mocha.css')
| -rw-r--r-- | config/waybar/style/Catppuccin-Mocha.css | 316 |
1 files changed, 0 insertions, 316 deletions
diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css deleted file mode 100644 index 5ce97eac..00000000 --- a/config/waybar/style/Catppuccin-Mocha.css +++ /dev/null @@ -1,316 +0,0 @@ -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Catppuccin Mocha */ - -* { -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"'; -padding: 1px; -} - -@import "../waybar/style/catppuccin-themes/mocha.css"; - -window#waybar { - transition-property: background-color; - transition-duration: 0.5s; - background: transparent; - /*border: 2px solid @overlay0;*/ - /*background: @theme_base_color;*/ - border-radius: 10px; -} - -window#waybar.hidden { - opacity: 0.2; -} - -#waybar.empty #window { - background: none; -} - -/* This section can be use if you want to separate waybar modules */ -.modules-left, .modules-center, .modules-right { - background: @theme_base_color; - border: 0.5px solid @overlay0; - padding-top: 2px; - padding-bottom: 2px; - padding-right: 4px; - padding-left: 4px; - border-radius: 10px; - -} - -.modules-left, .modules-right { - border: 1px solid @blue; - padding-top: 2px; - padding-bottom: 2px; - padding-right: 4px; - padding-left: 4px; -} - -#backlight, -#backlight-slider, -#battery, -#bluetooth, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state, -#memory, -#mode, -#mpris, -#network, -#pulseaudio, -#pulseaudio-slider, -#taskbar button, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-backlight, -#custom-cycle_wall, -#custom-hint, -#custom-keyboard, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-swaync, -#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: 3px; - padding-bottom: 3px; - padding-right: 6px; - padding-left: 6px; -} - -#idle_inhibitor { - color: @blue; -} - -#bluetooth, -#backlight { - color: @blue; -} - -#battery { - color: @green; -} - -@keyframes blink { - to { - color: @surface0; - } -} - -#battery.critical:not(.charging) { - background-color: @red; - color: @theme_text_color; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; - box-shadow: inset 0 -3px transparent; -} - -#clock { - color: @yellow; -} - -#cpu { - color: @green; -} - -#custom-keyboard, -#memory { - color: @sky; -} - -#disk { - color: @sapphire; -} - -#temperature { - color: @teal; -} - -#temperature.critical { - background-color: @red; -} - -#tray > .passive { - -gtk-icon-effect: dim; -} -#tray > .needs-attention { - -gtk-icon-effect: highlight; -} - -#keyboard-state { - color: @flamingo; -} - -#workspaces button { - box-shadow: none; - text-shadow: none; - padding: 0px; - border-radius: 9px; - padding-left: 4px; - padding-right: 4px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); -} - -#workspaces button:hover { - border-radius: 10px; - color: @overlay0; - background-color: @surface0; - 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); -} - -#workspaces button.persistent { - color: @surface1; - border-radius: 10px; -} - -#workspaces button.active { - color: @peach; - border-radius: 10px; - 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.urgent { - color: @red; - border-radius: 0px; -} - -#taskbar button.active { - 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 { - 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); -} - -#custom-cava_mviz { - color: @pink; -} - -#custom-menu { - color: @rosewater; -} - -#custom-power { - color: @red; -} - -#custom-updater { - color: @red; -} - -#custom-light_dark { - color: @blue; -} - -#custom-weather { - color: @lavender; -} - -#custom-lock { - color: @maroon; -} - -#pulseaudio { - color: @sapphire; -} - -#pulseaudio.bluetooth { - color: @pink; -} -#pulseaudio.muted { - color: @red; -} - -#window { - color: @mauve; -} - -#custom-waybar-mpris { - color:@lavender; -} - -#network { - color: @teal; -} -#network.disconnected, -#network.disabled { - background-color: @surface0; - color: @text; -} -#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; -}
\ No newline at end of file |
