aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style/Colorful.css
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-27 22:35:36 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-27 22:35:36 +0900
commit3cdfb07e6bb2be9993a1de038fd57c3bd6252305 (patch)
tree7abf668d070dc644c0715b1060167cb5b2e5cbf9 /config/waybar/style/Colorful.css
parentf94e75d6936f57961c132b2908eb6425ae02f1dc (diff)
Rename waybar styles and edited Lined
Diffstat (limited to 'config/waybar/style/Colorful.css')
-rw-r--r--config/waybar/style/Colorful.css340
1 files changed, 0 insertions, 340 deletions
diff --git a/config/waybar/style/Colorful.css b/config/waybar/style/Colorful.css
deleted file mode 100644
index cfdcb04a..00000000
--- a/config/waybar/style/Colorful.css
+++ /dev/null
@@ -1,340 +0,0 @@
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Colorful */
-
-* {
-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: 98%;
-font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
-padding: 1px;
-}
-
-window#waybar {
- /* Transparent waybar. Make sure to comment out background-color: and border: */
- background-color: rgba(0,0,0,0);
- /* background-color: #1e1e2e; */
- /* border: 2px solid #313244; */
- transition-property: background-color;
- transition-duration: .5s;
-}
-
-window#waybar.hidden {
- opacity: 0.5;
-}
-
-window#waybar.empty {
- background-color: transparent;
-}
-
-window#waybar.empty #window {
- padding: 0px;
- margin: 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;
-}
-
-#backlight,
-#backlight-slider,
-#battery,
-#bluetooth,
-#cava,
-#clock,
-#cpu,
-#disk,
-#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
-#keyboard-state,
-#memory,
-#mode,
-#mpd,
-#network,
-#pulseaudio,
-#pulseaudio-slider,
-#taskbar button,
-#taskbar,
-#temperature,
-#tray,
-#window,
-#wireplumber,
-#workspaces,
-#custom-backlight,
-#custom-cycle_wall,
-#custom-keybinds,
-#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 {
- border-radius: 8px;
- margin: 4px 1px;
- padding: 0px 4px;
- color: #3A3B3C;
- border: 1px solid #b4befe;
-}
-
-#backlight {
- background-color: #cba6f7;
-}
-
-#taskbar {
- color: #ffffff;
-}
-
-#taskbar button.active {
- background-color: #7f849c;
-}
-
-#battery {
- background-color: #f9e2af;
-}
-
-@keyframes blink {
- to {
- color: #000000;
- }
-}
-
-#battery.critical:not(.charging) {
- background-color: #f38ba8;
- color: #f38ba8;
- animation-name: blink;
- animation-duration: 0.5s;
- animation-timing-function: linear;
- animation-iteration-count: infinite;
- animation-direction: alternate;
-}
-
-#clock {
- background-color: #a6e3a1;
-}
-
-#keyboard-state,
-#keyboard-state label,
-#keyboard-state label.locked,
-#cpu {
- background-color: #89dceb;
-}
-
-#memory {
- background-color: #eba0ac;
-}
-
-#disk {
- background-color: #b4befe;
-}
-
-#tray {
- background-color: #b4befe;
-}
-#tray > .passive {
- -gtk-icon-effect: dim;
-}
-#tray > .needs-attention {
- -gtk-icon-effect: highlight;
-}
-
-#workspaces button {
- background-color: #d9e0ee;
- color: #3A3B3C;
- box-shadow: none;
- text-shadow: none;
- padding: 0px;
- border-radius: 9px;
- margin-top: 3px;
- margin-bottom: 3px;
- padding-left: 3px;
- padding-right: 3px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
-}
-
-#workspaces button.active {
- background-color: #eba0ac;
- color: #3A3B3C;
- margin-left: 3px;
- padding-left: 12px;
- padding-right: 12px;
- margin-right: 3px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
-}
-
-#workspaces 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);
-}
-
-#taskbar button {
- border-radius: 8px;
- background-color: #74c7ec;
- color: #3A3B3C;
-}
-
-#taskbar button.active {
- background-color: #b4befe;
- color: #3A3B3C;
- margin-left: 3px;
- padding-left: 12px;
- padding-right: 12px;
- margin-right: 3px;
- 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);
-}
-
-#custom-menu {
- background-color: #f5c2e7;
- /*padding: 1px;*/
- padding-right: 10px;
- border-radius: 8px;
- color: #3A3B3C;
- border: 1px solid #b4befe;
-}
-
-#custom-power {
- background-color: #f38ba8;
-}
-
-#custom-updater {
- background-color: #e6ed7b;
-}
-
-#custom-cycle_wall {
- background-color: #94e2d5;
-}
-
-#custom-weather {
- background-color: #cba6f7;
-}
-
-#wireplumber {
- background-color: #a6e3a1;
-}
-
-#wireplumber.muted {
- background-color: #313244;
- color: #cdd6f4;
-}
-
-#custom-lock {
- background-color: #89dceb;
-}
-
-#temperature {
- background-color: #86b4fa;
-}
-
-#temperature.critical {
- background-color: red;
-}
-
-#custom-power_vertical,
-#custom-light_dark,
-#idle_inhibitor {
- background-color: #86b4fa;
-}
-
-#bluetooth {
- background-color: #89dceb;
-}
-#window {
- background-color: #89dceb;
-}
-
-#custom-keybinds,
-#pulseaudio {
- background-color: #fab387;
-}
-
-#pulseaudio.bluetooth {
- background-color: #f5c2e7;
-}
-#pulseaudio.muted {
- background-color: #313244;
- color: #cdd6f4;
-}
-
-#network {
- background-color: #89b4fa;
-}
-#network.disconnected,#network.disabled {
- background-color: #313244;
- color: #cdd6f4;
-}
-#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;
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage