aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style/Pywal.css
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-11-28 12:32:38 +0900
committerGitHub <noreply@github.com>2023-11-28 12:32:38 +0900
commit58b479764ff992e7f988c850670066228ff07705 (patch)
tree1d306c9b320690c4a9eea61765d54b34388f3ab6 /config/waybar/style/Pywal.css
parentf94e75d6936f57961c132b2908eb6425ae02f1dc (diff)
parent732c9585631a93fb2f319ab76cec28ce48dd5985 (diff)
Merge pull request #39 from JaKooLit/v2.1.11
V2.1.11
Diffstat (limited to 'config/waybar/style/Pywal.css')
-rw-r--r--config/waybar/style/Pywal.css41
1 files changed, 15 insertions, 26 deletions
diff --git a/config/waybar/style/Pywal.css b/config/waybar/style/Pywal.css
index 37618ae3..90a87f84 100644
--- a/config/waybar/style/Pywal.css
+++ b/config/waybar/style/Pywal.css
@@ -27,10 +27,7 @@ window#waybar.empty {
window#waybar.empty #window {
padding: 0px;
- margin: 0px;
border: 0px;
- /* background-color: rgba(66,66,66,0.5); */
- /* transparent */
background-color: transparent;
}
@@ -40,34 +37,32 @@ tooltip {
border-radius: 10px;
border-width: 1px;
border-style: solid;
- border-color: @foreground;
+ border-color: @color2;
}
/*-----module groups----*/
.modules-right {
border: 3px solid @color14;
- border-radius: 100px 0px 0px 0px;
+ border-radius: 40px 0px 0px 0px;
background-color: @color1;
- padding-right: 2px;
- padding-left: 2px;
-
+ padding-left: 8px;
+ padding-right: 8px;
}
.modules-center {
border: 3px solid @color14;
- border-radius: 100px 0px 100px 0px;
+ border-radius: 60px 0px 60px 0px;
background-color: @background;
-
-
+ padding-left: 8px;
+ padding-right: 8px;
}
.modules-left {
- padding-right: 2px;
- padding-left: 2px;
border: 3px solid @color14;
- border-radius: 0px 0px 100px 0px;
+ border-radius: 0px 0px 40px 0px;
background-color: @color1;
-
+ padding-left: 8px;
+ padding-right: 8px;
}
#workspaces button {
@@ -76,8 +71,6 @@ tooltip {
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;
@@ -85,12 +78,10 @@ tooltip {
}
#workspaces button.active {
- color: @foreground;
- background-color: @color0;
- margin-left: 3px;
+ color: @background;
+ background-color: @color2;
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);
}
@@ -164,7 +155,7 @@ tooltip {
#custom-weather.sunnyDay {
color: @foreground;
padding-right: 8px;
- padding-left: 12px;
+ padding-left: 8px;
}
#temperature.critical {
@@ -179,10 +170,7 @@ tooltip {
#taskbar button.active {
background-color: rgb(47, 46, 46);
- margin-left: 3px;
- padding-left: 12px;
- padding-right: 12px;
- margin-right: 3px;
+ border-radius: 30px;
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}
@@ -190,6 +178,7 @@ tooltip {
#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);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage