aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar/style
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-12-08 00:31:54 +0900
committerGitHub <noreply@github.com>2023-12-08 00:31:54 +0900
commit42b449c2bf2c54c5b3f7658f166197dcadf5cd3d (patch)
tree5aaa03534a95efa95358f4745f9863a1a892e011 /config/waybar/style
parent55a3cfbd7974bca5e8545f28bb4b6bcec1b69342 (diff)
parent0d5617b7f25101bdfee905106eaa898e4dc4f93f (diff)
Merge pull request #54 from JaKooLit/main
update from mainstream
Diffstat (limited to 'config/waybar/style')
-rw-r--r--config/waybar/style/Catppuccin-Latte.css6
-rw-r--r--config/waybar/style/Catppuccin-Mocha.css18
-rw-r--r--config/waybar/style/Chroma Edge.css26
-rw-r--r--config/waybar/style/Chroma Glow.css5
-rw-r--r--config/waybar/style/Chroma Tally.css10
-rw-r--r--config/waybar/style/Crimson.css3
-rw-r--r--config/waybar/style/Crystal Clear.css3
-rw-r--r--config/waybar/style/Golden Noir.css3
-rw-r--r--config/waybar/style/Monochrome Contrast.css9
-rw-r--r--config/waybar/style/Monochrome Manifest.css5
-rw-r--r--config/waybar/style/Obsidian Edge.css3
-rw-r--r--config/waybar/style/Obsidian Glow.css3
-rw-r--r--config/waybar/style/Purpl.css3
-rw-r--r--config/waybar/style/Pywal Simple.css3
-rw-r--r--config/waybar/style/Pywal.css3
-rw-r--r--config/waybar/style/Rainbow Spectrum.css4
-rw-r--r--config/waybar/style/Rose Pine.css3
-rw-r--r--config/waybar/style/Simple Pink.css3
-rw-r--r--config/waybar/style/Translucent Chromatic.css10
19 files changed, 61 insertions, 62 deletions
diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css
index 619b24a3..1f12b545 100644
--- a/config/waybar/style/Catppuccin-Latte.css
+++ b/config/waybar/style/Catppuccin-Latte.css
@@ -17,7 +17,7 @@ window#waybar {
transition-property: background-color;
transition-duration: 0.5s;
/*background: transparent;*/
- border-bottom: 3px solid @sapphire;
+ border-bottom: 2px solid @sapphire;
background: @theme_base_color;
border-radius: 10px;
}
@@ -53,8 +53,6 @@ window#waybar.hidden {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -72,6 +70,7 @@ window#waybar.hidden {
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
@@ -133,6 +132,7 @@ window#waybar.hidden {
color: @green;
}
+#custom-keyboard,
#memory {
color: @sky;
}
diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css
index eceb569b..93f5fda3 100644
--- a/config/waybar/style/Catppuccin-Mocha.css
+++ b/config/waybar/style/Catppuccin-Mocha.css
@@ -59,8 +59,6 @@ window#waybar.hidden {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -78,6 +76,7 @@ window#waybar.hidden {
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
@@ -139,6 +138,7 @@ window#waybar.hidden {
color: @green;
}
+#custom-keyboard,
#memory {
color: @sky;
}
@@ -178,7 +178,7 @@ window#waybar.hidden {
}
#workspaces button:hover {
- border-radius: 8px;
+ border-radius: 10px;
color: @overlay0;
background-color: @surface0;
padding-left: 2px;
@@ -188,13 +188,13 @@ window#waybar.hidden {
}
#workspaces button.persistent {
- color: @surface1;
- border-radius: 10px;
+ color: @surface1;
+ border-radius: 10px;
}
#workspaces button.active {
- color: @peach;
- border-radius: 8px;
+ color: @peach;
+ border-radius: 10px;
padding-left: 8px;
padding-right: 8px;
animation: gradient_f 20s ease-in infinite;
@@ -202,8 +202,8 @@ window#waybar.hidden {
}
#workspaces button.urgent {
- color: @red;
- border-radius: 0px;
+ color: @red;
+ border-radius: 0px;
}
#taskbar button.active {
diff --git a/config/waybar/style/Chroma Edge.css b/config/waybar/style/Chroma Edge.css
index fac5035a..797d0d68 100644
--- a/config/waybar/style/Chroma Edge.css
+++ b/config/waybar/style/Chroma Edge.css
@@ -49,9 +49,10 @@ tooltip {
tooltip label{
color: #cdd6f4;
}
+
#workspaces button {
- color: #7984a4;
- background-color: transparent;
+ background-color: transparent;
+ color: grey;
box-shadow: none;
text-shadow: none;
padding: 0px;
@@ -62,21 +63,24 @@ tooltip label{
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
}
-#workspace button.hover {
- background-color: transparent;
- 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.active {
- color: white;
+ background-color: transparent;
+ color: #D3D3D3;
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 {
+ background: rgba(0, 0, 0, 0.2);
+ color: #D3D3D3;
+ 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.urgent {
background-color: #eb4d4b;
}
@@ -107,6 +111,7 @@ tooltip label{
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
@@ -162,6 +167,7 @@ tooltip label{
background-color: rgba(50, 50, 50, 0.1);
}
+#custom-keyboard,
#memory {
color: #ebcb8b;
}
diff --git a/config/waybar/style/Chroma Glow.css b/config/waybar/style/Chroma Glow.css
index 46cfe7c5..90a2677a 100644
--- a/config/waybar/style/Chroma Glow.css
+++ b/config/waybar/style/Chroma Glow.css
@@ -72,6 +72,7 @@ tooltip label{
#workspaces button:hover {
background: rgba(0, 0, 0, 0.2);
+ color: #D3D3D3;
padding-left: 2px;
padding-right: 2px;
animation: gradient_f 20s ease-in infinite;
@@ -102,8 +103,6 @@ tooltip label{
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -121,6 +120,7 @@ tooltip label{
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
@@ -194,6 +194,7 @@ label:focus {
background-color: #000000;
}
+#custom-keyboard,
#custom-menu{
color: yellow;
/*padding: 3px;*/
diff --git a/config/waybar/style/Chroma Tally.css b/config/waybar/style/Chroma Tally.css
index 04b68dc8..3302a662 100644
--- a/config/waybar/style/Chroma Tally.css
+++ b/config/waybar/style/Chroma Tally.css
@@ -15,8 +15,8 @@ padding: 1px;
window#waybar {
background: rgba (0, 0, 0, 0.5);
- border-radius: 20px 20px 20px 20px;
- border-bottom: 3px;
+ border-radius: 12px;
+ border-bottom: 2px;
border-style: solid;
border-color: @color2;
}
@@ -43,6 +43,7 @@ window#waybar {
}
#workspaces button:hover {
+ color: @color2;
background-color: rgba(0,153,153,0);
padding-left: 2px;
padding-right: 2px;
@@ -59,8 +60,6 @@ window#waybar {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -78,6 +77,7 @@ window#waybar {
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
@@ -147,6 +147,8 @@ window#waybar {
#disk {
color: #94e2d5;
}
+
+#custom-keyboard,
#memory {
color: #d3869b;
}
diff --git a/config/waybar/style/Crimson.css b/config/waybar/style/Crimson.css
index 44c20e0f..8d139d1a 100644
--- a/config/waybar/style/Crimson.css
+++ b/config/waybar/style/Crimson.css
@@ -116,8 +116,6 @@ tooltip {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -135,6 +133,7 @@ tooltip {
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
diff --git a/config/waybar/style/Crystal Clear.css b/config/waybar/style/Crystal Clear.css
index 324c7aad..566b1961 100644
--- a/config/waybar/style/Crystal Clear.css
+++ b/config/waybar/style/Crystal Clear.css
@@ -102,8 +102,6 @@ tooltip {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -119,6 +117,7 @@ tooltip {
#workspaces,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
diff --git a/config/waybar/style/Golden Noir.css b/config/waybar/style/Golden Noir.css
index 2540188c..42ae216b 100644
--- a/config/waybar/style/Golden Noir.css
+++ b/config/waybar/style/Golden Noir.css
@@ -128,8 +128,6 @@ tooltip {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -147,6 +145,7 @@ tooltip {
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
diff --git a/config/waybar/style/Monochrome Contrast.css b/config/waybar/style/Monochrome Contrast.css
index a8832e6d..33d85bff 100644
--- a/config/waybar/style/Monochrome Contrast.css
+++ b/config/waybar/style/Monochrome Contrast.css
@@ -40,7 +40,7 @@ tooltip label{
.modules-right {
background-color: white;
color: black;
- border-bottom: 4px;
+ border-bottom: 2px;
border-style: solid;
border-color: black;
border-radius: 10px;
@@ -52,7 +52,7 @@ tooltip label{
.modules-center {
background-color: white;
color: black;
- border-bottom: 4px;
+ border-bottom: 2px;
border-style: solid;
border-color: black;
border-radius: 10px;
@@ -64,7 +64,7 @@ tooltip label{
.modules-left {
background-color: white;
color: black;
- border-bottom: 4px;
+ border-bottom: 2px;
border-style: solid;
border-color: black;
border-radius: 10px;
@@ -115,8 +115,6 @@ tooltip label{
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -134,6 +132,7 @@ tooltip label{
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
diff --git a/config/waybar/style/Monochrome Manifest.css b/config/waybar/style/Monochrome Manifest.css
index 2d4cafd0..073f7271 100644
--- a/config/waybar/style/Monochrome Manifest.css
+++ b/config/waybar/style/Monochrome Manifest.css
@@ -85,7 +85,7 @@ tooltip label{
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682);
}
#workspaces button:hover {
- color: grey;
+ color: white;
background-color: rgba(0,153,153,0.2);
padding-left: 2px;
padding-right: 2px;
@@ -114,8 +114,6 @@ tooltip label{
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -133,6 +131,7 @@ tooltip label{
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
diff --git a/config/waybar/style/Obsidian Edge.css b/config/waybar/style/Obsidian Edge.css
index 59f58285..53aa79ba 100644
--- a/config/waybar/style/Obsidian Edge.css
+++ b/config/waybar/style/Obsidian Edge.css
@@ -121,8 +121,6 @@ tooltip label {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -140,6 +138,7 @@ tooltip label {
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
diff --git a/config/waybar/style/Obsidian Glow.css b/config/waybar/style/Obsidian Glow.css
index e790730c..df6a9681 100644
--- a/config/waybar/style/Obsidian Glow.css
+++ b/config/waybar/style/Obsidian Glow.css
@@ -90,8 +90,6 @@ tooltip label {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -109,6 +107,7 @@ tooltip label {
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
diff --git a/config/waybar/style/Purpl.css b/config/waybar/style/Purpl.css
index 3a6c6904..7d89f329 100644
--- a/config/waybar/style/Purpl.css
+++ b/config/waybar/style/Purpl.css
@@ -125,8 +125,6 @@ tooltip {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -144,6 +142,7 @@ tooltip {
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
diff --git a/config/waybar/style/Pywal Simple.css b/config/waybar/style/Pywal Simple.css
index 83d73cde..321f6e86 100644
--- a/config/waybar/style/Pywal Simple.css
+++ b/config/waybar/style/Pywal Simple.css
@@ -106,8 +106,6 @@ tooltip {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -125,6 +123,7 @@ tooltip {
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
diff --git a/config/waybar/style/Pywal.css b/config/waybar/style/Pywal.css
index 411cf426..74e71a69 100644
--- a/config/waybar/style/Pywal.css
+++ b/config/waybar/style/Pywal.css
@@ -122,8 +122,6 @@ tooltip {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -141,6 +139,7 @@ tooltip {
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
diff --git a/config/waybar/style/Rainbow Spectrum.css b/config/waybar/style/Rainbow Spectrum.css
index 9f0c7040..aa140f0c 100644
--- a/config/waybar/style/Rainbow Spectrum.css
+++ b/config/waybar/style/Rainbow Spectrum.css
@@ -57,8 +57,6 @@ tooltip label{
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -76,6 +74,7 @@ tooltip label{
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
@@ -138,6 +137,7 @@ tooltip label{
background-color: #a6e3a1;
}
+#custom-keyboard,
#keyboard-state,
#keyboard-state label,
#keyboard-state label.locked,
diff --git a/config/waybar/style/Rose Pine.css b/config/waybar/style/Rose Pine.css
index 261f4b66..856edc0a 100644
--- a/config/waybar/style/Rose Pine.css
+++ b/config/waybar/style/Rose Pine.css
@@ -107,8 +107,6 @@ tooltip {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -123,6 +121,7 @@ tooltip {
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
diff --git a/config/waybar/style/Simple Pink.css b/config/waybar/style/Simple Pink.css
index b21c4ac7..32831fe3 100644
--- a/config/waybar/style/Simple Pink.css
+++ b/config/waybar/style/Simple Pink.css
@@ -129,8 +129,6 @@ tooltip {
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -148,6 +146,7 @@ tooltip {
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
diff --git a/config/waybar/style/Translucent Chromatic.css b/config/waybar/style/Translucent Chromatic.css
index b6f3c414..afe0c10e 100644
--- a/config/waybar/style/Translucent Chromatic.css
+++ b/config/waybar/style/Translucent Chromatic.css
@@ -76,7 +76,7 @@ tooltip label{
#workspaces button.active {
background-color: transparent;
- color: #D3D3D3;
+ color: @accent1;
padding-left: 8px;
padding-right: 8px;
animation: gradient_f 20s ease-in infinite;
@@ -85,6 +85,7 @@ tooltip label{
#workspaces button:hover {
background: rgba(0, 0, 0, 0.2);
+ color: @accent3;
padding-left: 2px;
padding-right: 2px;
animation: gradient_f 20s ease-in infinite;
@@ -93,7 +94,7 @@ tooltip label{
#workspaces button.focused {
background-color: #bbccdd;
- color: #323232;
+ color: @accent2;
/* box-shadow: inset 0 -3px #ffffff; */
}
@@ -115,8 +116,6 @@ tooltip label{
#cpu,
#disk,
#idle_inhibitor,
-#keyboard-state label,
-#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
@@ -134,6 +133,7 @@ tooltip label{
#custom-backlight,
#custom-cycle_wall,
#custom-keybinds,
+#custom-keyboard,
#custom-light_dark,
#custom-lock,
#custom-menu,
@@ -212,6 +212,7 @@ label:focus {
/*padding: 3px;*/
}
+#custom-keyboard,
#cpu {
color: @accent1;
}
@@ -279,6 +280,7 @@ label:focus {
color: #ffa000;
}
+#keyboard-state,
#temperature {
color: @accent6;
/* background-color: #f0932b; */
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage