aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay.com>2023-12-15 14:31:00 +0900
committerJaKooLit <jimmielovejay.com>2023-12-15 14:31:00 +0900
commit8aa716dcb0a8c2c60619cc1391bb6ce8ccf317a3 (patch)
tree856f6bdd1aa203d38d22cc4cdd3ae5c36f471540 /config
parentf6e05c0523bc7dd969b8ea8c924209beda6a645a (diff)
final tweak on waybar styles (i hope)
Diffstat (limited to 'config')
-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 Glow.css2
-rw-r--r--config/waybar/style/Chroma Tally.css1
-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.css1
-rw-r--r--config/waybar/style/Monochrome Manifest.css1
-rw-r--r--config/waybar/style/Obsidian Edge.css1
-rw-r--r--config/waybar/style/Obsidian Glow.css1
-rw-r--r--config/waybar/style/Pywallete.css1
-rw-r--r--config/waybar/style/Rose Pine.css2
-rw-r--r--config/waybar/style/Simple Style.css1
-rw-r--r--config/waybar/style/Translucent Chromatic.css1
15 files changed, 16 insertions, 5 deletions
diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css
index 8da9e208..c1a251b4 100644
--- a/config/waybar/style/Catppuccin-Latte.css
+++ b/config/waybar/style/Catppuccin-Latte.css
@@ -4,6 +4,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: 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 af33cbdd..63075eff 100644
--- a/config/waybar/style/Catppuccin-Mocha.css
+++ b/config/waybar/style/Catppuccin-Mocha.css
@@ -4,6 +4,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: 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 fab395dc..e8762401 100644
--- a/config/waybar/style/Chroma Edge.css
+++ b/config/waybar/style/Chroma Edge.css
@@ -6,6 +6,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: 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 884d05a0..e28973a3 100644
--- a/config/waybar/style/Chroma Glow.css
+++ b/config/waybar/style/Chroma Glow.css
@@ -1,10 +1,10 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Chroma Glow */
-/* Translucent Chromatic */
* {
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 Tally.css b/config/waybar/style/Chroma Tally.css
index 3e0f8532..7009c5dc 100644
--- a/config/waybar/style/Chroma Tally.css
+++ b/config/waybar/style/Chroma Tally.css
@@ -6,6 +6,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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Crystal Clear.css b/config/waybar/style/Crystal Clear.css
index a7b2d07e..27cd99a4 100644
--- a/config/waybar/style/Crystal Clear.css
+++ b/config/waybar/style/Crystal Clear.css
@@ -6,7 +6,8 @@
*{
font-family: "JetBrains Mono Nerd Font";
- font-weight: bold;
+ 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/Golden Noir.css b/config/waybar/style/Golden Noir.css
index 6129e410..25be8e80 100644
--- a/config/waybar/style/Golden Noir.css
+++ b/config/waybar/style/Golden Noir.css
@@ -7,7 +7,8 @@
* {
font-family: "JetBrainsMono Nerd Font";
- font-weight: bold;
+ 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/Monochrome Contrast.css b/config/waybar/style/Monochrome Contrast.css
index 900f4f57..b3630088 100644
--- a/config/waybar/style/Monochrome Contrast.css
+++ b/config/waybar/style/Monochrome Contrast.css
@@ -4,6 +4,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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Monochrome Manifest.css b/config/waybar/style/Monochrome Manifest.css
index 8d79f98d..fd92aefc 100644
--- a/config/waybar/style/Monochrome Manifest.css
+++ b/config/waybar/style/Monochrome Manifest.css
@@ -4,6 +4,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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Obsidian Edge.css b/config/waybar/style/Obsidian Edge.css
index a65f28fa..e1d63402 100644
--- a/config/waybar/style/Obsidian Edge.css
+++ b/config/waybar/style/Obsidian Edge.css
@@ -6,6 +6,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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Obsidian Glow.css b/config/waybar/style/Obsidian Glow.css
index d5c637cb..2ffc148c 100644
--- a/config/waybar/style/Obsidian Glow.css
+++ b/config/waybar/style/Obsidian Glow.css
@@ -4,6 +4,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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
diff --git a/config/waybar/style/Pywallete.css b/config/waybar/style/Pywallete.css
index e954d3ef..fe08c193 100644
--- a/config/waybar/style/Pywallete.css
+++ b/config/waybar/style/Pywallete.css
@@ -4,6 +4,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: 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 aea1b557..eb4d3f60 100644
--- a/config/waybar/style/Rose Pine.css
+++ b/config/waybar/style/Rose Pine.css
@@ -14,7 +14,7 @@
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: 96%;
+ font-size: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
border-radius: 12px;
}
diff --git a/config/waybar/style/Simple Style.css b/config/waybar/style/Simple Style.css
index 9ac79f9c..0d6a36fe 100644
--- a/config/waybar/style/Simple Style.css
+++ b/config/waybar/style/Simple Style.css
@@ -12,7 +12,6 @@
* {
background: @background;
border: none;
- min-height: 0;
border-radius: 0;
font-family: "JetBrainsMono Nerd Font";
font-size: 97%;
diff --git a/config/waybar/style/Translucent Chromatic.css b/config/waybar/style/Translucent Chromatic.css
index 50b8f726..6d028155 100644
--- a/config/waybar/style/Translucent Chromatic.css
+++ b/config/waybar/style/Translucent Chromatic.css
@@ -18,6 +18,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: 97%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage