aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay.com>2023-12-14 20:35:21 +0900
committerJaKooLit <jimmielovejay.com>2023-12-14 20:35:21 +0900
commit5e19174a974c4af0ed013a87c534a0d1406888e9 (patch)
tree78dd8312d60937a21ede8e5978282382be0a0230
parent407484336053aacf335e8bda3fd4a5dbfa41ffbf (diff)
tweaked waybar styles
-rw-r--r--config/waybar/style/Aurora Blossom.css1
-rw-r--r--config/waybar/style/Aurora.css225
-rw-r--r--config/waybar/style/Catppuccin-Latte.css1
-rw-r--r--config/waybar/style/Catppuccin-Mocha.css1
-rw-r--r--config/waybar/style/Chroma Edge.css1
-rw-r--r--config/waybar/style/Chroma Fusion Edge.css2
-rw-r--r--config/waybar/style/Chroma Glow.css2
-rw-r--r--config/waybar/style/Chroma Tally.css2
-rw-r--r--config/waybar/style/Crimson.css2
-rw-r--r--config/waybar/style/Crystal Clear.css4
-rw-r--r--config/waybar/style/Golden Noir.css4
-rw-r--r--config/waybar/style/Monochrome Contrast.css2
-rw-r--r--config/waybar/style/Monochrome Manifest.css2
-rw-r--r--config/waybar/style/Obsidian Edge.css2
-rw-r--r--config/waybar/style/Obsidian Glow.css2
-rw-r--r--config/waybar/style/Purpl.css3
-rw-r--r--config/waybar/style/Pywallete Chroma.css7
-rw-r--r--config/waybar/style/Pywallete.css4
-rw-r--r--config/waybar/style/Rainbow Spectrum.css1
-rw-r--r--config/waybar/style/Rose Pine.css3
-rw-r--r--config/waybar/style/Simple Pink.css2
-rw-r--r--config/waybar/style/Translucent Chromatic.css2
22 files changed, 237 insertions, 38 deletions
diff --git a/config/waybar/style/Aurora Blossom.css b/config/waybar/style/Aurora Blossom.css
index 6a0ff194..4918da46 100644
--- a/config/waybar/style/Aurora Blossom.css
+++ b/config/waybar/style/Aurora Blossom.css
@@ -4,7 +4,6 @@
* {
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Aurora.css b/config/waybar/style/Aurora.css
new file mode 100644
index 00000000..d95f3d38
--- /dev/null
+++ b/config/waybar/style/Aurora.css
@@ -0,0 +1,225 @@
+/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
+/* Aurora Blossom */
+
+* {
+font-family: "JetBrainsMono Nerd Font";
+font-weight: bold;
+/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
+font-size: 97%;
+font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
+padding: 1px;
+}
+
+window#waybar {
+ background: transparent;
+}
+
+window#waybar.empty {
+ background-color: transparent;
+}
+
+window#waybar.empty #window {
+ background-color: transparent;
+}
+
+tooltip {
+ color: black;
+ background-image: linear-gradient(45deg, #7287fd 10%, #209fb5 54%, #8839ef 90%);
+ opacity: 0.8;
+ border-radius: 10px;
+}
+
+tooltip label{
+ color: black;
+}
+/*-----module groups----*/
+.modules-right {
+ padding-top: 2px;
+ padding-bottom: 2px;
+ padding-right: 4px;
+ padding-left: 4px;
+}
+.modules-center {
+ padding-top: 2px;
+ padding-bottom: 2px;
+ padding-right: 4px;
+ padding-left: 4px;
+}
+.modules-left {
+ padding-top: 2px;
+ padding-bottom: 2px;
+ padding-right: 4px;
+ padding-left: 4px;
+}
+/*-----modules indv----*/
+#workspaces button {
+ color: black;
+ box-shadow: none;
+ text-shadow: none;
+ padding: 0px;
+ border-radius: 9px;
+ 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);
+}
+#workspaces button:hover {
+ color: grey;
+ background-color: rgba(0,153,153,0.2);
+ 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: grey;
+ 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.persistent {
+ border-radius: 10px;
+}
+
+#backlight,
+#backlight-slider,
+#battery,
+#bluetooth,
+#cava,
+#clock,
+#cpu,
+#disk,
+#idle_inhibitor,
+#keyboard-state,
+#memory,
+#mode,
+#mpris,
+#network,
+#pulseaudio,
+#pulseaudio-slider,
+#taskbar,
+#temperature,
+#tray,
+#window,
+#wireplumber,
+#workspaces,
+#custom-backlight,
+#custom-cycle_wall,
+#custom-keybinds,
+#custom-keyboard,
+#custom-light_dark,
+#custom-lock,
+#custom-menu,
+#custom-power_vertical,
+#custom-power,
+#custom-speaker,
+#custom-updater,
+#custom-weather,
+#custom-weather.clearNight,
+#custom-weather.cloudyFoggyDay,
+#custom-weather.cloudyFoggyNight,
+#custom-weather.default,
+#custom-weather.rainyDay,
+#custom-weather.rainyNight,
+#custom-weather.severe,
+#custom-weather.showyIcyDay,
+#custom-weather.snowyIcyNight,
+#custom-weather.sunnyDay {
+ background-image: linear-gradient(45deg, #14e81e 10%, #017ed5 54%, #8d00c4 90%);
+ color: black;
+ border: 1px;
+ border-style: solid;
+ border-radius: 4px;
+ padding-top: 3px;
+ padding-bottom: 3px;
+ padding-right: 6px;
+ padding-left: 6px;
+}
+/*-----Indicators----*/
+#idle_inhibitor.activated {
+ color: #2dcc36;
+}
+#pulseaudio.muted {
+ color: #cc3436;
+}
+#temperature.critical {
+ color: #cc3436;
+}
+
+@keyframes blink {
+ to {
+ color: #000000;
+ }
+}
+
+#battery.critical:not(.charging) {
+ color: #f53c3c;
+ animation-name: blink;
+ animation-duration: 0.5s;
+ animation-timing-function: linear;
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
+}
+
+#taskbar button.active {
+ color: black;
+ background-color: #7f849c;
+ padding-left: 6px;
+ padding-right: 6px;
+ animation: gradient_f 20s ease-in infinite;
+ transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
+}
+
+#taskbar button,
+#taskbar button:hover {
+ color: black;
+ 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);
+}
+
+#pulseaudio-slider slider {
+ min-width: 0px;
+ min-height: 0px;
+ opacity: 0;
+ background-image: none;
+ border: none;
+ box-shadow: none;
+}
+
+#pulseaudio-slider trough {
+ background-color: #7f849c;
+ min-width: 80px;
+ min-height: 5px;
+ border-radius: 5px;
+}
+
+#pulseaudio-slider highlight {
+ min-height: 10px;
+ border-radius: 5px;
+}
+
+#backlight-slider slider {
+ min-width: 0px;
+ min-height: 0px;
+ opacity: 0;
+ background-image: none;
+ border: none;
+ box-shadow: none;
+}
+
+#backlight-slider trough {
+ background-color: #7f849c;
+ min-width: 80px;
+ min-height: 10px;
+ border-radius: 5px;
+}
+
+#backlight-slider highlight {
+ min-width: 10px;
+ border-radius: 5px;
+}
diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css
index 8b8b090b..b15a2765 100644
--- a/config/waybar/style/Catppuccin-Latte.css
+++ b/config/waybar/style/Catppuccin-Latte.css
@@ -4,7 +4,6 @@
* {
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css
index 5efb9437..076d69aa 100644
--- a/config/waybar/style/Catppuccin-Mocha.css
+++ b/config/waybar/style/Catppuccin-Mocha.css
@@ -4,7 +4,6 @@
* {
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Chroma Edge.css b/config/waybar/style/Chroma Edge.css
index 897619d5..0d56b5e3 100644
--- a/config/waybar/style/Chroma Edge.css
+++ b/config/waybar/style/Chroma Edge.css
@@ -6,7 +6,6 @@
* {
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Chroma Fusion Edge.css b/config/waybar/style/Chroma Fusion Edge.css
index 1c8a6454..0ae1be5b 100644
--- a/config/waybar/style/Chroma Fusion Edge.css
+++ b/config/waybar/style/Chroma Fusion Edge.css
@@ -22,7 +22,7 @@
* {
font-family: "JetBrains Mono Nerd Font";
font-weight: bold;
- min-height: 0;
+ min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Chroma Glow.css b/config/waybar/style/Chroma Glow.css
index 7d41e5cd..6d452063 100644
--- a/config/waybar/style/Chroma Glow.css
+++ b/config/waybar/style/Chroma Glow.css
@@ -5,7 +5,6 @@
* {
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
@@ -110,7 +109,6 @@ tooltip label{
#network,
#pulseaudio,
#pulseaudio-slider,
-#taskbar button,
#taskbar,
#temperature,
#tray,
diff --git a/config/waybar/style/Chroma Tally.css b/config/waybar/style/Chroma Tally.css
index 12aaf470..5af81c11 100644
--- a/config/waybar/style/Chroma Tally.css
+++ b/config/waybar/style/Chroma Tally.css
@@ -6,7 +6,6 @@
* {
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
@@ -67,7 +66,6 @@ window#waybar {
#network,
#pulseaudio,
#pulseaudio-slider,
-#taskbar button,
#taskbar,
#temperature,
#tray,
diff --git a/config/waybar/style/Crimson.css b/config/waybar/style/Crimson.css
index b7a5bb4c..c9f586fd 100644
--- a/config/waybar/style/Crimson.css
+++ b/config/waybar/style/Crimson.css
@@ -7,7 +7,6 @@
*{
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
@@ -123,7 +122,6 @@ tooltip {
#network,
#pulseaudio,
#pulseaudio-slider,
-#taskbar button,
#taskbar,
#temperature,
#tray,
diff --git a/config/waybar/style/Crystal Clear.css b/config/waybar/style/Crystal Clear.css
index 0eea7bb3..2131c697 100644
--- a/config/waybar/style/Crystal Clear.css
+++ b/config/waybar/style/Crystal Clear.css
@@ -6,8 +6,7 @@
*{
font-family: "JetBrains Mono Nerd Font";
- font-weight: bold;
- min-height: 0;
+ font-weight: bold;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
@@ -108,7 +107,6 @@ tooltip {
#mpris,
#network,
#pulseaudio,
-#taskbar button,
#taskbar,
#temperature,
#tray,
diff --git a/config/waybar/style/Golden Noir.css b/config/waybar/style/Golden Noir.css
index 19e7379e..4b8797a2 100644
--- a/config/waybar/style/Golden Noir.css
+++ b/config/waybar/style/Golden Noir.css
@@ -7,8 +7,7 @@
* {
font-family: "JetBrainsMono Nerd Font";
- font-weight: bold;
- min-height: 0;
+ font-weight: bold;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
@@ -135,7 +134,6 @@ tooltip {
#network,
#pulseaudio,
#pulseaudio-slider,
-#taskbar button,
#taskbar,
#temperature,
#tray,
diff --git a/config/waybar/style/Monochrome Contrast.css b/config/waybar/style/Monochrome Contrast.css
index 8c44538d..11286633 100644
--- a/config/waybar/style/Monochrome Contrast.css
+++ b/config/waybar/style/Monochrome Contrast.css
@@ -4,7 +4,6 @@
* {
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
@@ -122,7 +121,6 @@ tooltip label{
#network,
#pulseaudio,
#pulseaudio-slider,
-#taskbar button,
#taskbar,
#temperature,
#tray,
diff --git a/config/waybar/style/Monochrome Manifest.css b/config/waybar/style/Monochrome Manifest.css
index d586459a..d88e45bd 100644
--- a/config/waybar/style/Monochrome Manifest.css
+++ b/config/waybar/style/Monochrome Manifest.css
@@ -4,7 +4,6 @@
* {
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
@@ -121,7 +120,6 @@ tooltip label{
#network,
#pulseaudio,
#pulseaudio-slider,
-#taskbar button,
#taskbar,
#temperature,
#tray,
diff --git a/config/waybar/style/Obsidian Edge.css b/config/waybar/style/Obsidian Edge.css
index cbeb8f9d..3b8b5e1c 100644
--- a/config/waybar/style/Obsidian Edge.css
+++ b/config/waybar/style/Obsidian Edge.css
@@ -6,7 +6,6 @@
* {
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
@@ -128,7 +127,6 @@ tooltip label {
#network,
#pulseaudio,
#pulseaudio-slider,
-#taskbar button,
#taskbar,
#temperature,
#tray,
diff --git a/config/waybar/style/Obsidian Glow.css b/config/waybar/style/Obsidian Glow.css
index fe797836..dad6a1e0 100644
--- a/config/waybar/style/Obsidian Glow.css
+++ b/config/waybar/style/Obsidian Glow.css
@@ -4,7 +4,6 @@
* {
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
@@ -97,7 +96,6 @@ tooltip label {
#network,
#pulseaudio,
#pulseaudio-slider,
-#taskbar button,
#taskbar,
#temperature,
#tray,
diff --git a/config/waybar/style/Purpl.css b/config/waybar/style/Purpl.css
index 067de9b1..314f806a 100644
--- a/config/waybar/style/Purpl.css
+++ b/config/waybar/style/Purpl.css
@@ -7,7 +7,7 @@
* {
font-family: "JetBrains Mono Nerd Font";
font-weight: bold;
- min-height: 0;
+ min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
@@ -132,7 +132,6 @@ tooltip {
#network,
#pulseaudio,
#pulseaudio-slider,
-#taskbar button,
#taskbar,
#temperature,
#tray,
diff --git a/config/waybar/style/Pywallete Chroma.css b/config/waybar/style/Pywallete Chroma.css
index 3c375942..3e173925 100644
--- a/config/waybar/style/Pywallete Chroma.css
+++ b/config/waybar/style/Pywallete Chroma.css
@@ -1,13 +1,13 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
-/* pywal */
+/* pywallete Chroma*/
@import '../../.cache/wal/colors-waybar.css';
* {
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 */
+ min-height: 0;
+ /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 96%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
padding: 1px;
@@ -129,7 +129,6 @@ tooltip {
#network,
#pulseaudio,
#pulseaudio-slider,
-#taskbar button,
#taskbar,
#temperature,
#tray,
diff --git a/config/waybar/style/Pywallete.css b/config/waybar/style/Pywallete.css
index bf529e29..113d51c7 100644
--- a/config/waybar/style/Pywallete.css
+++ b/config/waybar/style/Pywallete.css
@@ -1,7 +1,9 @@
+/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
+/* pywallete */
+
*{
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Rainbow Spectrum.css b/config/waybar/style/Rainbow Spectrum.css
index ba91af44..f60db542 100644
--- a/config/waybar/style/Rainbow Spectrum.css
+++ b/config/waybar/style/Rainbow Spectrum.css
@@ -4,7 +4,6 @@
* {
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Rose Pine.css b/config/waybar/style/Rose Pine.css
index 2093c329..4db6a96c 100644
--- a/config/waybar/style/Rose Pine.css
+++ b/config/waybar/style/Rose Pine.css
@@ -12,8 +12,7 @@
* {
font-family: "JetBrainsMono Nerd Font";
- font-weight: bold;
- min-height: 0;
+ font-weight: bold;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 96%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Simple Pink.css b/config/waybar/style/Simple Pink.css
index b36162f5..4d5c5183 100644
--- a/config/waybar/style/Simple Pink.css
+++ b/config/waybar/style/Simple Pink.css
@@ -7,7 +7,7 @@
* {
font-family: "JetBrains Mono Nerd Font";
font-weight: bold;
- min-height: 0;
+ min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Translucent Chromatic.css b/config/waybar/style/Translucent Chromatic.css
index 7ac3dc02..bf098878 100644
--- a/config/waybar/style/Translucent Chromatic.css
+++ b/config/waybar/style/Translucent Chromatic.css
@@ -18,7 +18,6 @@
* {
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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
@@ -123,7 +122,6 @@ tooltip label{
#network,
#pulseaudio,
#pulseaudio-slider,
-#taskbar button,
#taskbar,
#temperature,
#tray,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage