aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-01-31 10:46:59 +0900
committerGitHub <noreply@github.com>2025-01-31 10:46:59 +0900
commit9e6a7b0a7334352ed7e9e422d026ebfbad06c8a6 (patch)
tree901a245fc04a2cf371dddc3809c4d8471c379a58 /config/waybar
parentbee0fe2eba9b5f463c3dcc4318e0a1e476477ccd (diff)
parent51cc8beb51452f7a8e63cffe78dd0217be02471a (diff)
Merge pull request #538 from JaKooLit/main
Main to development
Diffstat (limited to 'config/waybar')
-rw-r--r--config/waybar/style/[Colored] Translucent.css1
-rw-r--r--config/waybar/style/[Colorful] Aurora Blossom.css47
-rw-r--r--config/waybar/style/[Dark] Golden Eclipse.css203
-rw-r--r--config/waybar/style/[Dark] Golden Noir.css1
-rw-r--r--config/waybar/style/[Dark] Latte-Wallust combined v2.css4
-rw-r--r--config/waybar/style/[Dark] Latte-Wallust combined.css4
-rw-r--r--config/waybar/style/[Dark] Purpl.css2
-rw-r--r--config/waybar/style/[Extra] Crimson.css1
-rw-r--r--config/waybar/style/[Extra] EverForest.css2
-rw-r--r--config/waybar/style/[Extra] Mauve.css1
-rw-r--r--config/waybar/style/[Extra] Rose Pine.css1
-rw-r--r--config/waybar/style/[Extra] Simple Pink.css1
-rw-r--r--config/waybar/style/[Light] Obsidian Glow.css1
-rw-r--r--config/waybar/style/[Transparent] Crystal Clear.css3
-rw-r--r--config/waybar/style/[WALLUST] ML4W-modern-mixed.css20
-rw-r--r--config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css18
-rw-r--r--config/waybar/style/[Wallust Bordered] Chroma Simple.css1
-rw-r--r--config/waybar/style/[Wallust Transparent] Crystal Clear.css1
-rw-r--r--config/waybar/style/[Wallust] Chroma Edge.css1
-rw-r--r--config/waybar/style/[Wallust] Chroma Fusion.css18
-rw-r--r--config/waybar/style/[Wallust] Colored.css18
-rw-r--r--config/waybar/style/[Wallust] Simple.css19
-rw-r--r--config/waybar/wallust/colors-waybar.css41
23 files changed, 270 insertions, 139 deletions
diff --git a/config/waybar/style/[Colored] Translucent.css b/config/waybar/style/[Colored] Translucent.css
index d2938706..39aa8686 100644
--- a/config/waybar/style/[Colored] Translucent.css
+++ b/config/waybar/style/[Colored] Translucent.css
@@ -45,6 +45,7 @@ tooltip {
border-color: #11111b;
}
+#taskbar button,
#workspaces button {
background-color: transparent;
color: #ffffff;
diff --git a/config/waybar/style/[Colorful] Aurora Blossom.css b/config/waybar/style/[Colorful] Aurora Blossom.css
index 51025dd5..2dc23e73 100644
--- a/config/waybar/style/[Colorful] Aurora Blossom.css
+++ b/config/waybar/style/[Colorful] Aurora Blossom.css
@@ -45,6 +45,8 @@ tooltip label{
}
/*-----modules indv----*/
+
+#taskbar button,
#workspaces button {
color: black;
box-shadow: none;
@@ -56,6 +58,8 @@ tooltip label{
animation: gradient_f 20s ease-in infinite;
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
}
+
+#taskbar button:hover,
#workspaces button:hover {
color: grey;
background-color: rgba(0,153,153,0.2);
@@ -65,6 +69,7 @@ tooltip label{
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
+#taskbar button.active,
#workspaces button.active {
color: grey;
padding-left: 8px;
@@ -167,24 +172,7 @@ tooltip label{
animation-direction: alternate;
}
-#taskbar button.active {
- color: black;
- background-color: #7f849c;
- padding-left: 6px;
- padding-right: 6px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
-}
-
-#taskbar button,
-#taskbar button:hover {
- color: black;
- 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);
-}
-
+#backlight-slider slider,
#pulseaudio-slider slider {
min-width: 0px;
min-height: 0px;
@@ -194,6 +182,7 @@ tooltip label{
box-shadow: none;
}
+#backlight-slider trough,
#pulseaudio-slider trough {
background-color: #7f849c;
min-width: 80px;
@@ -201,27 +190,7 @@ tooltip label{
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 {
- background-color: #7f849c;
- min-width: 80px;
- min-height: 10px;
- border-radius: 5px;
-}
-
+#pulseaudio-slider highlight,
#backlight-slider highlight {
min-width: 10px;
border-radius: 5px;
diff --git a/config/waybar/style/[Dark] Golden Eclipse.css b/config/waybar/style/[Dark] Golden Eclipse.css
new file mode 100644
index 00000000..987834ce
--- /dev/null
+++ b/config/waybar/style/[Dark] Golden Eclipse.css
@@ -0,0 +1,203 @@
+/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
+/* Golden Eclipse */
+
+* {
+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 {
+ transition-property: background-color;
+ transition-duration: 0.5s;
+ background: #000000;
+ padding-top: 3px;
+ padding-bottom: 3px;
+ padding-right: 4px;
+ padding-left: 4px;
+ border-radius: 12px;
+}
+
+window#waybar.hidden {
+ opacity: 0.2;
+}
+
+#waybar.empty #window {
+ background: none;
+}
+
+#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-file_manager,
+#custom-keybinds,
+#custom-keyboard,
+#custom-light_dark,
+#custom-lock,
+#custom-hint,
+#custom-hypridle,
+#custom-menu,
+#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{
+ color: #fcba03;
+ padding-top: 3px;
+ padding-bottom: 3px;
+ padding-right: 6px;
+ padding-left: 6px;
+}
+
+#temperature.critical {
+ background-color: red;
+}
+
+#tray > .passive {
+ -gtk-icon-effect: dim;
+}
+#tray > .needs-attention {
+ -gtk-icon-effect: highlight;
+}
+
+@keyframes blink {
+ to {
+ color: #000000;
+ }
+}
+
+/*-----Indicators----*/
+#custom-hypridle.notactive,
+#idle_inhibitor.activated {
+ color: white;
+}
+
+#battery.critical:not(.charging) {
+ color: #f53c3c;
+ animation-name: blink;
+ animation-duration: 3.0s;
+ animation-timing-function: steps(12);
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
+}
+
+#taskbar button,
+#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);
+ color: #fcba03;
+}
+
+#taskbar button:hover,
+#workspaces button:hover {
+ border-radius: 10px;
+ color: #a6adc8;
+ background-color: #ffeb8a;
+ 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: #fcba03;
+ border-radius: 10px;
+}
+
+#taskbar button.active,
+#workspaces button.active {
+ color: black;
+ background-color: #fcba03;
+ 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;
+}
+
+
+#pulseaudio.muted {
+ color: red;
+}
+
+#network.disconnected,
+#network.disabled {
+ background-color: #fcba03;
+ color: #cdd6f4;
+}
+
+#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;
+}
+
diff --git a/config/waybar/style/[Dark] Golden Noir.css b/config/waybar/style/[Dark] Golden Noir.css
index 51cbc8cf..9f6cab76 100644
--- a/config/waybar/style/[Dark] Golden Noir.css
+++ b/config/waybar/style/[Dark] Golden Noir.css
@@ -51,6 +51,7 @@ tooltip {
padding-left: 4px;
}
+#taskbar button,
#workspaces button {
color: #6E6A86;
box-shadow: none;
diff --git a/config/waybar/style/[Dark] Latte-Wallust combined v2.css b/config/waybar/style/[Dark] Latte-Wallust combined v2.css
index ad6a4726..61128602 100644
--- a/config/waybar/style/[Dark] Latte-Wallust combined v2.css
+++ b/config/waybar/style/[Dark] Latte-Wallust combined v2.css
@@ -54,7 +54,9 @@ tooltip {
font-weight: bold;
font-style: normal;
opacity: 0.8;
-}
+}
+
+#taskbar button,
#workspaces button {
color: @foreground;
box-shadow: none;
diff --git a/config/waybar/style/[Dark] Latte-Wallust combined.css b/config/waybar/style/[Dark] Latte-Wallust combined.css
index 9e3380b2..2e082f3e 100644
--- a/config/waybar/style/[Dark] Latte-Wallust combined.css
+++ b/config/waybar/style/[Dark] Latte-Wallust combined.css
@@ -69,7 +69,9 @@ tooltip {
font-style: normal;
opacity:0.8;
color:#FFFFFF;
-}
+}
+
+#taskbar button,
#workspaces button {
color: #6E6A86;
box-shadow: none;
diff --git a/config/waybar/style/[Dark] Purpl.css b/config/waybar/style/[Dark] Purpl.css
index a9897123..87e747ae 100644
--- a/config/waybar/style/[Dark] Purpl.css
+++ b/config/waybar/style/[Dark] Purpl.css
@@ -58,7 +58,7 @@ tooltip {
padding-left: 5px;
}
-
+#taskbar button,
#workspaces button {
color: #6E6A86;
box-shadow: none;
diff --git a/config/waybar/style/[Extra] Crimson.css b/config/waybar/style/[Extra] Crimson.css
index 695a76c3..b6c5ba71 100644
--- a/config/waybar/style/[Extra] Crimson.css
+++ b/config/waybar/style/[Extra] Crimson.css
@@ -40,6 +40,7 @@ tooltip {
padding-left: 4px;
}
+#taskbar button,
#workspaces button {
color: wheat;
box-shadow: none;
diff --git a/config/waybar/style/[Extra] EverForest.css b/config/waybar/style/[Extra] EverForest.css
index d44c5316..01eea8e4 100644
--- a/config/waybar/style/[Extra] EverForest.css
+++ b/config/waybar/style/[Extra] EverForest.css
@@ -81,6 +81,8 @@ window#waybar.hidden {
#custom-swaync {
color: @yellow;
}
+
+#taskbar button,
#workspaces button {
padding: 0px 5px;
background-color: @orange;
diff --git a/config/waybar/style/[Extra] Mauve.css b/config/waybar/style/[Extra] Mauve.css
index 413f90ed..858f7ddd 100644
--- a/config/waybar/style/[Extra] Mauve.css
+++ b/config/waybar/style/[Extra] Mauve.css
@@ -48,6 +48,7 @@ tooltip {
padding-left: 4px;
}
+#taskbar button,
#workspaces button {
color: #6E6A86;
box-shadow: none;
diff --git a/config/waybar/style/[Extra] Rose Pine.css b/config/waybar/style/[Extra] Rose Pine.css
index 4d63d480..85467280 100644
--- a/config/waybar/style/[Extra] Rose Pine.css
+++ b/config/waybar/style/[Extra] Rose Pine.css
@@ -37,6 +37,7 @@ tooltip {
border-width: 0px;
}
+#taskbar button,
#workspaces button {
box-shadow: none;
text-shadow: none;
diff --git a/config/waybar/style/[Extra] Simple Pink.css b/config/waybar/style/[Extra] Simple Pink.css
index 243b8f01..9da88542 100644
--- a/config/waybar/style/[Extra] Simple Pink.css
+++ b/config/waybar/style/[Extra] Simple Pink.css
@@ -50,6 +50,7 @@ tooltip {
padding-left: 4px;
}
+#taskbar button,
#workspaces button {
color: pink;
box-shadow: none;
diff --git a/config/waybar/style/[Light] Obsidian Glow.css b/config/waybar/style/[Light] Obsidian Glow.css
index af256b8f..76413bab 100644
--- a/config/waybar/style/[Light] Obsidian Glow.css
+++ b/config/waybar/style/[Light] Obsidian Glow.css
@@ -30,6 +30,7 @@ tooltip label {
padding-left: 2px;
}
+#taskbar button,
#workspaces button {
color: #585b70;
box-shadow: none;
diff --git a/config/waybar/style/[Transparent] Crystal Clear.css b/config/waybar/style/[Transparent] Crystal Clear.css
index 285ce82a..8866b57a 100644
--- a/config/waybar/style/[Transparent] Crystal Clear.css
+++ b/config/waybar/style/[Transparent] Crystal Clear.css
@@ -27,7 +27,8 @@ window#waybar.empty #window {
border: 0px;
background-color: transparent;
}
-
+
+#taskbar button,
#workspaces button {
color: #6E6A86;
box-shadow: none;
diff --git a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css
index 561aaa6c..d43b7401 100644
--- a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css
+++ b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css
@@ -32,6 +32,7 @@ window#waybar {
transition-duration: .5s;
}
+#taskbar,
#workspaces {
background: @workspacesbackground1;
margin: 2px 18px 3px 1px;
@@ -45,6 +46,7 @@ window#waybar {
color: @textcolor1;
}
+#taskbar button,
#workspaces button {
padding: 0px 6px;
margin: 3px 2px;
@@ -55,6 +57,7 @@ window#waybar {
opacity: 0.4;
}
+#taskbar button.active,
#workspaces button.active {
color: @textcolor1;
background: @workspacesbackground2;
@@ -64,6 +67,7 @@ window#waybar {
opacity:1.0;
}
+#taskbar button.hover,
#workspaces button:hover {
color: @textcolor1;
background: @workspacesbackground2;
@@ -96,22 +100,6 @@ window#waybar.empty #window {
background-color:transparent;
}
-#taskbar {
- background: @backgroundlight;
- margin: 3px 15px 3px 0px;
- border-radius: 5px 5px 5px 5px;
- font-weight: normal;
- font-style: normal;
- opacity:0.8;
- border: 3px solid @backgroundlight;
-}
-
-#taskbar button {
- margin:0;
- border-radius: 5px 5px 5px 5px;
- padding: 0px 5px 0px 5px;
-}
-
#taskbar.empty {
background:transparent;
border:0;
diff --git a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css
index a70f4973..df80a321 100644
--- a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css
+++ b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css
@@ -197,6 +197,7 @@ tooltip {
}
+#taskbar button,
#workspaces button {
border-radius: 15px;
border:0px;
@@ -208,6 +209,7 @@ tooltip {
opacity:0.8;
}
+#taskbar button.active,
#workspaces button.active {
color: #FFFFFF;
background: @button-color;
@@ -224,6 +226,7 @@ tooltip {
opacity:1.0;
}
+#taskbar button:hover,
#workspaces button:hover {
color: #FFFFFF;
background: @button-hover;
@@ -270,21 +273,6 @@ tooltip {
}
}
-#taskbar button.active {
- background-color: rgb(47, 46, 46);
- border-radius: 30px;
- 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;
- border-radius: 15px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
-}
-
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
diff --git a/config/waybar/style/[Wallust Bordered] Chroma Simple.css b/config/waybar/style/[Wallust Bordered] Chroma Simple.css
index 76bfec7d..f520d0f4 100644
--- a/config/waybar/style/[Wallust Bordered] Chroma Simple.css
+++ b/config/waybar/style/[Wallust Bordered] Chroma Simple.css
@@ -37,6 +37,7 @@ tooltip {
opacity: 0.9;
}
+#taskbar button,
#workspaces {
border-radius: 20px;
background: @background;
diff --git a/config/waybar/style/[Wallust Transparent] Crystal Clear.css b/config/waybar/style/[Wallust Transparent] Crystal Clear.css
index a17eb71a..981f57a7 100644
--- a/config/waybar/style/[Wallust Transparent] Crystal Clear.css
+++ b/config/waybar/style/[Wallust Transparent] Crystal Clear.css
@@ -60,6 +60,7 @@ tooltip {
border-style: solid;
}
+#taskbar button,
#workspaces button {
color: @text-alt;
box-shadow: none;
diff --git a/config/waybar/style/[Wallust] Chroma Edge.css b/config/waybar/style/[Wallust] Chroma Edge.css
index ea20f412..e9c386c4 100644
--- a/config/waybar/style/[Wallust] Chroma Edge.css
+++ b/config/waybar/style/[Wallust] Chroma Edge.css
@@ -47,6 +47,7 @@ tooltip label{
color: #cdd6f4;
}
+#taskbar button,
#workspaces button {
background-color: transparent;
color: grey;
diff --git a/config/waybar/style/[Wallust] Chroma Fusion.css b/config/waybar/style/[Wallust] Chroma Fusion.css
index 3d75f060..8e1e936b 100644
--- a/config/waybar/style/[Wallust] Chroma Fusion.css
+++ b/config/waybar/style/[Wallust] Chroma Fusion.css
@@ -198,6 +198,7 @@ tooltip {
}
+#taskbar button,
#workspaces button {
margin: 1px 1px;
border-radius: 15px;
@@ -210,6 +211,7 @@ tooltip {
opacity:0.8;
}
+#taskbar button.active,
#workspaces button.active {
color: #FFFFFF;
background: @button-color;
@@ -226,6 +228,7 @@ tooltip {
opacity:1.0;
}
+#taskbar button:hover,
#workspaces button:hover {
color: #FFFFFF;
background: @button-hover;
@@ -272,21 +275,6 @@ tooltip {
}
}
-#taskbar button.active {
- background-color: rgb(47, 46, 46);
- border-radius: 30px;
- 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;
- border-radius: 15px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
-}
-
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
diff --git a/config/waybar/style/[Wallust] Colored.css b/config/waybar/style/[Wallust] Colored.css
index 4baf6705..e00a80d9 100644
--- a/config/waybar/style/[Wallust] Colored.css
+++ b/config/waybar/style/[Wallust] Colored.css
@@ -63,6 +63,7 @@ tooltip {
padding-left: 4px;
}
+#taskbar button,
#workspaces button {
color: @foreground;
box-shadow: none;
@@ -75,6 +76,7 @@ tooltip {
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
}
+#taskbar button.active,
#workspaces button.active {
color: @background;
background-color: @color7;
@@ -93,6 +95,7 @@ tooltip {
border-radius: 10px;
}
+#taskbar button:hover,
#workspaces button:hover {
color: @color4;
padding-left: 2px;
@@ -181,21 +184,6 @@ tooltip {
color: #39FF14;
}
-#taskbar button.active {
- background-color: rgb(47, 46, 46);
- border-radius: 30px;
- 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;
- border-radius: 15px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
-}
-
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
diff --git a/config/waybar/style/[Wallust] Simple.css b/config/waybar/style/[Wallust] Simple.css
index eb0ee0e9..baeb3584 100644
--- a/config/waybar/style/[Wallust] Simple.css
+++ b/config/waybar/style/[Wallust] Simple.css
@@ -45,6 +45,7 @@ tooltip {
}
/*-----modules indv----*/
+#taskbar button,
#workspaces button {
color: @color2;
box-shadow: none;
@@ -57,6 +58,7 @@ tooltip {
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
}
+#taskbar button.active,
#workspaces button.active {
color: @foreground;
background-color: @color2;
@@ -75,6 +77,7 @@ tooltip {
border-radius: 10px;
}
+#taskbar button:hover,
#workspaces button:hover {
color: @color4;
padding-left: 2px;
@@ -175,22 +178,6 @@ tooltip {
}
}
-#taskbar button.active {
- color: @foreground;
- background-color: @color2;
- border-radius: 30px;
- 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;
- border-radius: 15px;
- animation: gradient_f 20s ease-in infinite;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
-}
-
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
diff --git a/config/waybar/wallust/colors-waybar.css b/config/waybar/wallust/colors-waybar.css
index 674e585c..102446b3 100644
--- a/config/waybar/wallust/colors-waybar.css
+++ b/config/waybar/wallust/colors-waybar.css
@@ -1,20 +1,23 @@
-@define-color foreground #FDF1E6;
-@define-color background rgba(22,0,0,0.25);
-@define-color cursor #FDF1E6;
+/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
+ /* wallust template - colors-waybar */
-@define-color color0 #1F0B09;
-@define-color color1 #A63D3A;
-@define-color color2 #1B6C77;
-@define-color color3 #236C77;
-@define-color color4 #8B6F77;
-@define-color color5 #9B6F77;
-@define-color color6 #BBA189;
-@define-color color7 #F4E2D3;
-@define-color color8 #AA9E93;
-@define-color color9 #DE514D;
-@define-color color10 #24909F;
-@define-color color11 #2F909F;
-@define-color color12 #BA949F;
-@define-color color13 #CF949F;
-@define-color color14 #F9D6B7;
-@define-color color15 #F4E2D3;
+@define-color foreground #ACF2F1;
+@define-color background rgba(30,21,22,0.25);
+@define-color cursor #ACF2F1;
+
+@define-color color0 #463C3D;
+@define-color color1 #181916;
+@define-color color2 #073122;
+@define-color color3 #073122;
+@define-color color4 #0E455E;
+@define-color color5 #0D942F;
+@define-color color6 #0DA4A1;
+@define-color color7 #80E4E2;
+@define-color color8 #59A09E;
+@define-color color9 #20211D;
+@define-color color10 #09422D;
+@define-color color11 #09422D;
+@define-color color12 #135C7D;
+@define-color color13 #11C63F;
+@define-color color14 #11DAD6;
+@define-color color15 #80E4E2;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage