aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-28 01:38:38 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-28 01:38:38 +0900
commit6adf09409e23931689be999c91a2cdeb96c571f6 (patch)
treed5a1dc1f6343df1a029e1f6c4068b85590f7ed81 /config/waybar
parentabdc29f5f38edb33443c1173924df94986032e46 (diff)
updates
Diffstat (limited to 'config/waybar')
-rw-r--r--config/waybar/style/Chroma Tally.css34
-rw-r--r--config/waybar/style/Pywal.css8
2 files changed, 25 insertions, 17 deletions
diff --git a/config/waybar/style/Chroma Tally.css b/config/waybar/style/Chroma Tally.css
index 44825ee8..55047b18 100644
--- a/config/waybar/style/Chroma Tally.css
+++ b/config/waybar/style/Chroma Tally.css
@@ -8,7 +8,7 @@ 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-size: 96%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
padding: 1px;
}
@@ -23,9 +23,7 @@ window#waybar {
#workspaces button {
color: #eceff4;
- border-color: #d8dee9;
- border-style: solid;
- margin-top:2px;
+ margin-top: 2px;
margin-bottom: 3px;
box-shadow: none;
text-shadow: none;
@@ -38,7 +36,11 @@ window#waybar {
}
#workspaces button.active {
- border-color: #81a1c1;
+ border: 1px;
+ border-color: #cba6f7;
+ border-style: solid;
+ border-radius: 15px;
+ background-color: @color2;
margin-left: 3px;
padding-left: 12px;
padding-right: 12px;
@@ -143,9 +145,12 @@ window#waybar {
}
#cpu {
- color:#a3be8c ;
+ color: #a3be8c;
}
+#disk {
+ color: #94e2d5;
+}
#memory {
color: #d3869b;
}
@@ -163,21 +168,23 @@ window#waybar {
}
#pulseaudio {
- color: #b48ead;
+ color: #04a5e5;
}
#pulseaudio.muted {
- color: #3b4252;
+ color: #9ca0b0;
}
+#custom-light_dark,
#temperature {
- color: #8fbcbb;
+ color: #7287fd;
}
#temperature.critical {
color: #bf616a;
}
+#keyboard-state,
#idle_inhibitor {
color: #ebcb8b;
}
@@ -187,17 +194,20 @@ window#waybar {
#custom-menu,
#custom-power{
- color: #cba6f7;
+ color: #eba0ac;
margin-top:2px;
}
#window{
border-style: hidden;
margin-top:1px;
-}
+}
+
+#custom-lock,
#bluetooth{
color:#d08770;
-}
+}
+
#custom-weather{
color:#d08770;
}
diff --git a/config/waybar/style/Pywal.css b/config/waybar/style/Pywal.css
index 37618ae3..ee7cb14b 100644
--- a/config/waybar/style/Pywal.css
+++ b/config/waybar/style/Pywal.css
@@ -164,7 +164,7 @@ tooltip {
#custom-weather.sunnyDay {
color: @foreground;
padding-right: 8px;
- padding-left: 12px;
+ padding-left: 8px;
}
#temperature.critical {
@@ -179,10 +179,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 +187,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