aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style/Catppuccin-Mocha.css
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-20 12:16:04 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-20 12:16:04 +0900
commit9c3c8eb04dcf846a54bc451424dfc8800f918f1d (patch)
tree743671ac47ce8b4fe4873ce76b0b5e756322e77d /config/waybar/style/Catppuccin-Mocha.css
parent5133e22184025c56fe9c8489c792de829c68f498 (diff)
Tweaked waybar styles
Diffstat (limited to 'config/waybar/style/Catppuccin-Mocha.css')
-rw-r--r--config/waybar/style/Catppuccin-Mocha.css54
1 files changed, 44 insertions, 10 deletions
diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css
index 856271ed..3b21951e 100644
--- a/config/waybar/style/Catppuccin-Mocha.css
+++ b/config/waybar/style/Catppuccin-Mocha.css
@@ -1,4 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
+/* Catppuccin Latte */
* {
font-family: "JetBrainsMono Nerd Font";
@@ -155,25 +156,42 @@ window#waybar.hidden {
}
#workspaces button {
- border-radius: 5px;
- /*margin: 3px;*/
- /*padding: 1px;*/
+ 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:hover {
- border-radius: 5px;
- color: @overlay0;
- background-color: @surface0;
+ border-radius: 8px;
+ color: @overlay0;
+ background-color: @surface0;
+ 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);
}
#workspaces button.persistent {
- color: @surface1;
- border-radius: 0px;
+ color: @surface1;
+ border-radius: 0px;
}
#workspaces button.active {
- color: @peach;
- border-radius: 0px;
+ color: @peach;
+ border-radius: 8px;
+ 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.urgent {
@@ -181,6 +199,22 @@ window#waybar.hidden {
border-radius: 0px;
}
+#taskbar button.active {
+ 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 {
color: @rosewater;
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage