From aa9a6ebfbb2f99f1301a1276dae3ea119a338ee9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 16 Dec 2023 11:59:19 +0900 Subject: Major Rename of waybar configs and styles for easier user to understand Kitty - pywal color change disabled by default Execs.conf re-organized Auto wallpaper changed disabled by default --- config/waybar/style/Translucent Chromatic.css | 380 -------------------------- 1 file changed, 380 deletions(-) delete mode 100644 config/waybar/style/Translucent Chromatic.css (limited to 'config/waybar/style/Translucent Chromatic.css') diff --git a/config/waybar/style/Translucent Chromatic.css b/config/waybar/style/Translucent Chromatic.css deleted file mode 100644 index 6d028155..00000000 --- a/config/waybar/style/Translucent Chromatic.css +++ /dev/null @@ -1,380 +0,0 @@ -@define-color critical #ff0000; /* critical color */ -@define-color warning #f3f809; /* warning color */ -@define-color fgcolor #ffffff; /* foreground color */ -@define-color bgcolor #303030; /* background color */ -@define-color bgcolor #222436; /* background color */ -@define-color alert #df3320; - -@define-color accent1 #ff7a93; -@define-color accent2 #b9f27c; -@define-color accent3 #ff9e64; -@define-color accent4 #bb9af7; -@define-color accent5 #7da6ff; -@define-color accent6 #0db9d7; - -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Translucent Chromatic */ - -* { -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; -} - -window#waybar { - background-color: rgba(0,0,0,0.3); - color: #ffffff; - transition-property: background-color; - transition-duration: .5s; - border-radius: 10px; -} - -window#waybar.hidden { - opacity: 0.1; -} - -window#waybar.empty { - background-color: transparent; -} - -window#waybar.empty #window { - padding: 0px; - border: 0px; - /* background-color: rgba(66,66,66,0.5); */ /* transparent */ - background-color: transparent; -} - -tooltip { - background: #1e1e2e; - opacity: 0.8; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; -} - -tooltip label{ - color: #cdd6f4; -} - -#workspaces button { - background-color: transparent; - color: #ffffff; - 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.active { - background-color: transparent; - color: @accent1; - 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: rgba(0, 0, 0, 0.2); - color: @accent3; - 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.focused { - background-color: #bbccdd; - color: @accent2; - /* box-shadow: inset 0 -3px #ffffff; */ -} - -#workspaces button.urgent { - background-color: #eb4d4b; -} - -#mode { - background-color: #64727D; - border-bottom: 3px solid #ffffff; -} - -#backlight, -#backlight-slider, -#battery, -#bluetooth, -#cava, -#clock, -#cpu, -#disk, -#idle_inhibitor, -#keyboard-state, -#memory, -#mode, -#mpris, -#network, -#pulseaudio, -#pulseaudio-slider, -#taskbar, -#temperature, -#tray, -#window, -#wireplumber, -#workspaces, -#custom-backlight, -#custom-cycle_wall, -#custom-keybinds, -#custom-keyboard, -#custom-light_dark, -#custom-lock, -#custom-menu, -#custom-power_vertical, -#custom-power, -#custom-speaker, -#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; -} - -/* If workspaces is the leftmost module, omit left margin */ -.modules-left > widget:first-child > #workspaces { -} - -/* If workspaces is the rightmost module, omit right margin */ -.modules-right > widget:last-child > #workspaces { -} - -#clock { - color: @accent2; -} - -#custom-updater { - color: #7287fd; -} - -#battery { - color: @accent5; -} - -/* #battery.charging { - color: #ffffff; - background-color: #26A65B; -} */ - -@keyframes blink { - to { - background-color: #ffffff; - color: #333333; - } -} - -#battery.critical:not(.charging) { - color: #f53c3c; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; -} - -label:focus { - background-color: #000000; -} - -#custom-menu{ - color: #FFFFFF; - /*padding: 3px;*/ -} - -#custom-keyboard, -#cpu { - color: @accent1; -} - -#memory { - color: @accent3; -} - -#backlight { - color: #cdd6f4; -} - -#bluetooth { - color: #1e66f5; -} - -#network { - color: @accent3; -} - -#network.disconnected { - color: @alert; -} - -#pulseaudio { - color: @accent4; -} - -#pulseaudio-muted { - color: @accent2; -} -#wireplumber { - color: @accent4; -} - -#wireplumber-muted { - color: @accent2; -} - -#pluseaudio-source-muted{ - color: #a0a0a0; -} - -#custom-power { - color: #cc3436; -} - -#disk { - color: @accent5; -} -#custom-power_profile { - color: @accent3; -} -#custom-media { - background-color: #66cc99; - color: #2a5c45; - min-width: 100px; -} - -#custom-weather { - color: #66cc99; -} - -#custom-lock { - color: #ffa000; -} - -#keyboard-state, -#temperature { - color: @accent6; - /* background-color: #f0932b; */ -} - -#temperature.critical { - background-color: @critical; -} - -#tray { - /* background-color: #505050; */ -} - -#idle_inhibitor { - color: #f9e2af; - /*background-color: #2d3436;*/ -} - -#idle_inhibitor.activated { - /*background-color: #ecf0f1;*/ - color: #2dcc36; - /*color: #2d3436;*/ -} - -#taskbar button.active { - background-color: #7f849c; - padding-left: 12px; - padding-right: 12px; - animation: gradient_f 20s ease-in infinite; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); -} - -#taskbar button:hover { - 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); -} - -#mpd { - color: #2a5c45; -} - -#mpd.disconnected { - background-color: #f53c3c; -} - -#mpd.stopped { - background-color: #90b1b1; -} - -#mpd.paused { - background-color: #51a37a; -} - -#custom-language { - color: @accent5; - min-width: 16px; -} - -#custom-separator { - color: #606060; -} -#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; -} -- cgit v1.2.3