aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2024-05-20 10:49:22 +0900
committerJaKooLit <jimmielovejay@gmail.com>2024-05-20 10:49:22 +0900
commit9a5fa868105d459da9dd6323accf7f7c50589dd7 (patch)
tree00c5c9c9b2c9316068edda191b7bb7485b6b8758 /config
parent80e83f7fb7664f6969b0a5b6b0372651f7c81865 (diff)
reverted Latte-Wallust combined waybar css.. as it looks better
Diffstat (limited to 'config')
-rw-r--r--config/waybar/style/[Dark] Latte-Wallust combined.css87
1 files changed, 37 insertions, 50 deletions
diff --git a/config/waybar/style/[Dark] Latte-Wallust combined.css b/config/waybar/style/[Dark] Latte-Wallust combined.css
index 65afbb51..ad8d1b7f 100644
--- a/config/waybar/style/[Dark] Latte-Wallust combined.css
+++ b/config/waybar/style/[Dark] Latte-Wallust combined.css
@@ -97,66 +97,53 @@ tooltip {
padding-left: 4px;
}
-#taskbar,
#workspaces {
- background: #0F1419;
- padding: 0px 1px;
- border-radius: 15px;
- border: 0px;
- font-style: normal;
- color: #0F1419;
-}
-
-#taskbar button,
+ padding: 0px 1px;
+ border-radius: 15px;
+ border:2px solid @border-color;
+ font-weight: bold;
+ font-style: normal;
+ opacity:0.8;
+ color:#FFFFFF;
+}
#workspaces button {
- padding: 0px 5px;
- border-radius: 15px;
- border: 0px;
- color: #0F1419;
- background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF);
- opacity: 0.5;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+ color: #6E6A86;
+ box-shadow: none;
+ text-shadow: none;
+ border-radius: 30px;
+ 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);
}
-#taskbar button.active,
#workspaces button.active {
- padding: 0px 5px;
- border-radius: 15px;
- border: 0px;
- color: #0F1419;
- background: linear-gradient(45deg, #59C2FF, #D2A6FF);
- opacity: 1.0;
- min-width: 40px;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+ color: #ffd700;
+ border-radius: 50%;
+ background-color: black;
+ border-radius: 15px 15px 15px 15px;
+ 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 {
- border-radius: 15px;
- color: #0F1419;
- background: linear-gradient(45deg, #59C2FF, #D2A6FF);
- opacity: 0.8;
- transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
-
+#workspaces button.focused {
+ color: #d8dee9;
}
-@keyframes gradient_horizontal {
-0% {
- background-position: 0% 50%;
- }
-50% {
- background-position: 100% 50%;
- }
-100% {
- background-position: 0% 50%;
- }
+
+#workspaces button.urgent {
+ color: #11111b;
+ border-radius: 10px;
}
-@keyframes swiping {
-0% {
- background-position: 0% 200%;
- }
-100% {
- background-position: 200% 200%;
- }
+#workspaces button:hover {
+ color: #ffd700;
+ border-radius: 10px;
+ 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);
}
#clock#2 {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage