From 8f0c8274a8834c9eaad69764e81db96e166cb950 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 14 Dec 2023 23:53:33 +0900 Subject: added Simple Style waybar --- config/waybar/style/Simple Style.css | 117 +++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 config/waybar/style/Simple Style.css (limited to 'config/waybar/style/Simple Style.css') diff --git a/config/waybar/style/Simple Style.css b/config/waybar/style/Simple Style.css new file mode 100644 index 00000000..1bedf170 --- /dev/null +++ b/config/waybar/style/Simple Style.css @@ -0,0 +1,117 @@ +@define-color background #1d2021; +@define-color foreground #ebdbb2; +@define-color dim #928374; +@define-color yellow #fabd2f; +@define-color red #fb4934; +@define-color green #b8bb26; + +* { + background: @background; + border: none; + border-radius: 0; + font-family: "JetBrainsMono Nerd Font"; + font-size: 97%; +} + +window#waybar { + background: @background; + color: @foreground; + transition-property: background-color; + transition-duration: 0.5s; +} + +#workspaces button { + padding: 0 10px; + background: transparent; + color: @foreground; + border-top: 3px solid @background; + border-bottom: 3px solid transparent; +} + +#workspaces button.active { + border-bottom: 3px solid @green; +} + +#workspaces button.urgent { + border-bottom: 3px solid @yellow; +} + +#submap { + border-bottom: 3px solid @red; +} + +#battery.warning, +#disk.warning, +#memory.warning, +#cpu.warning { + border-top: 3px solid @background; + border-bottom: 3px solid @yellow; +} + +#battery.critical, +#disk.critical, +#memory.critical, +#cpu.critical, +#custom-recording { + border-top: 3px solid @background; + border-bottom: 3px solid @red; +} + +#battery.charging { + border-top: 3px solid @background; + border-bottom: 3px solid @green; +} + +#tray { + margin-left: -1000000px; +} + +#backlight, +#backlight-slider, +#battery, +#bluetooth, +#cava, +#clock, +#cpu, +#disk, +#idle_inhibitor, +#keyboard-state, +#memory, +#mode, +#mpris, +#network, +#pulseaudio, +#pulseaudio-slider, +#taskbar button, +#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 { + color: @foreground; + padding: 0 6px; + margin: 0 6px; +} -- cgit v1.2.3 From 5d6f1cb2331a004c0a2f34154083659ee0a488d0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 14 Dec 2023 23:58:12 +0900 Subject: added waybar simple style --- config/waybar/style/Simple Style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config/waybar/style/Simple Style.css') diff --git a/config/waybar/style/Simple Style.css b/config/waybar/style/Simple Style.css index 1bedf170..23a642fc 100644 --- a/config/waybar/style/Simple Style.css +++ b/config/waybar/style/Simple Style.css @@ -1,3 +1,7 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Simple Style */ + + @define-color background #1d2021; @define-color foreground #ebdbb2; @define-color dim #928374; @@ -9,7 +13,7 @@ background: @background; border: none; border-radius: 0; - font-family: "JetBrainsMono Nerd Font"; + font-family: "JetBrainsMono Nerd Font"; font-size: 97%; } @@ -25,7 +29,6 @@ window#waybar { background: transparent; color: @foreground; border-top: 3px solid @background; - border-bottom: 3px solid transparent; } #workspaces button.active { -- cgit v1.2.3 From 07c133f8dc86494d5edc06738e616737b176b6b5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 15 Dec 2023 00:45:49 +0900 Subject: Some minor adjustment on waybar configs and styles --- config/waybar/configs/Peony [Bottom] | 11 +-- config/waybar/configs/Peony [TOP] | 11 +-- config/waybar/style/Monochrome Contrast.css | 1 + config/waybar/style/Obsidian Glow.css | 4 +- config/waybar/style/Purpl.css | 4 +- config/waybar/style/Rose Pine.css | 3 +- config/waybar/style/Simple Style.css | 100 +++++++++++++++++++--------- 7 files changed, 87 insertions(+), 47 deletions(-) (limited to 'config/waybar/style/Simple Style.css') diff --git a/config/waybar/configs/Peony [Bottom] b/config/waybar/configs/Peony [Bottom] index 8406c302..7f049c18 100644 --- a/config/waybar/configs/Peony [Bottom] +++ b/config/waybar/configs/Peony [Bottom] @@ -24,13 +24,14 @@ "modules-center": ["clock#peony"], "modules-right": [ - "pulseaudio", - "custom/separator#line", + "battery#peony", + "custom/separator#blank", "backlight#peony", - "custom/separator#line", + "custom/separator#blank", + "pulseaudio", + "custom/separator#blank", "temperature", - "custom/separator#line", - "battery#peony", + "custom/separator#blank", "network#peony"], diff --git a/config/waybar/configs/Peony [TOP] b/config/waybar/configs/Peony [TOP] index 037d05ad..83ec43f5 100644 --- a/config/waybar/configs/Peony [TOP] +++ b/config/waybar/configs/Peony [TOP] @@ -24,13 +24,14 @@ "modules-center": ["clock#peony"], "modules-right": [ - "pulseaudio", - "custom/separator#line", + "battery#peony", + "custom/separator#blank", "backlight#peony", - "custom/separator#line", + "custom/separator#blank", + "pulseaudio", + "custom/separator#blank", "temperature", - "custom/separator#line", - "battery#peony", + "custom/separator#blank", "network#peony"], diff --git a/config/waybar/style/Monochrome Contrast.css b/config/waybar/style/Monochrome Contrast.css index 11286633..2283a0ed 100644 --- a/config/waybar/style/Monochrome Contrast.css +++ b/config/waybar/style/Monochrome Contrast.css @@ -211,6 +211,7 @@ tooltip label{ min-width: 80px; min-height: 5px; border-radius: 5px; + background-color: grey; } #pulseaudio-slider highlight { diff --git a/config/waybar/style/Obsidian Glow.css b/config/waybar/style/Obsidian Glow.css index dad6a1e0..26f4b1df 100644 --- a/config/waybar/style/Obsidian Glow.css +++ b/config/waybar/style/Obsidian Glow.css @@ -180,7 +180,7 @@ tooltip label { min-width: 80px; min-height: 5px; border-radius: 5px; - background-color: #22252a; + background-color: grey; } #pulseaudio-slider highlight { @@ -202,7 +202,7 @@ tooltip label { min-width: 80px; min-height: 10px; border-radius: 5px; - background-color: #22252a; + background-color: grey; } #backlight-slider highlight { diff --git a/config/waybar/style/Purpl.css b/config/waybar/style/Purpl.css index 314f806a..6ae762ed 100644 --- a/config/waybar/style/Purpl.css +++ b/config/waybar/style/Purpl.css @@ -215,7 +215,7 @@ tooltip { min-width: 80px; min-height: 5px; border-radius: 5px; - background-color: #22252a; + background-color: #6E6A86; } #pulseaudio-slider highlight { @@ -237,7 +237,7 @@ tooltip { min-width: 80px; min-height: 10px; border-radius: 5px; - background-color: #22252a; + background-color: #6E6A86; } #backlight-slider highlight { diff --git a/config/waybar/style/Rose Pine.css b/config/waybar/style/Rose Pine.css index 4db6a96c..9c76474f 100644 --- a/config/waybar/style/Rose Pine.css +++ b/config/waybar/style/Rose Pine.css @@ -12,7 +12,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: 96%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; diff --git a/config/waybar/style/Simple Style.css b/config/waybar/style/Simple Style.css index 23a642fc..311b0caf 100644 --- a/config/waybar/style/Simple Style.css +++ b/config/waybar/style/Simple Style.css @@ -26,47 +26,19 @@ window#waybar { #workspaces button { padding: 0 10px; - background: transparent; color: @foreground; - border-top: 3px solid @background; } #workspaces button.active { - border-bottom: 3px solid @green; + border-bottom: 1px solid @green; } #workspaces button.urgent { - border-bottom: 3px solid @yellow; + border-bottom: 2px solid @yellow; } #submap { - border-bottom: 3px solid @red; -} - -#battery.warning, -#disk.warning, -#memory.warning, -#cpu.warning { - border-top: 3px solid @background; - border-bottom: 3px solid @yellow; -} - -#battery.critical, -#disk.critical, -#memory.critical, -#cpu.critical, -#custom-recording { - border-top: 3px solid @background; - border-bottom: 3px solid @red; -} - -#battery.charging { - border-top: 3px solid @background; - border-bottom: 3px solid @green; -} - -#tray { - margin-left: -1000000px; + border-bottom: 1px solid @red; } #backlight, @@ -116,5 +88,69 @@ window#waybar { #custom-weather.sunnyDay { color: @foreground; padding: 0 6px; - margin: 0 6px; +} + +#battery.warning, +#disk.warning, +#memory.warning, +#cpu.warning { + border-top: 3px solid @background; + border-bottom: 3px solid @yellow; +} + +#battery.critical, +#disk.critical, +#memory.critical, +#cpu.critical { + border-top: 3px solid @background; + border-bottom: 3px solid @red; +} + +#battery.charging { + border-top: 3px solid @background; + border-bottom: 3px solid @green; +} + +#pulseaudio-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#pulseaudio-slider trough { + min-width: 80px; + min-height: 5px; + border-radius: 5px; + background-color: @dim; +} + +#pulseaudio-slider highlight { + min-height: 10px; + border-radius: 5px; + background-color: @green; +} + +#backlight-slider slider { + min-width: 0px; + min-height: 0px; + opacity: 0; + background-image: none; + border: none; + box-shadow: none; +} + +#backlight-slider trough { + min-width: 80px; + min-height: 10px; + border-radius: 5px; + background-color: @dim; +} + +#backlight-slider highlight { + min-width: 10px; + border-radius: 5px; + background-color: @green; } -- cgit v1.2.3 From 556d8da3dccbe56813f6ed64c4607c0753989193 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 15 Dec 2023 13:01:27 +0900 Subject: small tweak. --- config/hypr/configs/Keybinds.conf | 4 ++-- config/wal/templates/colors-rofi-dark.rasi | 2 +- config/waybar/style/Simple Style.css | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'config/waybar/style/Simple Style.css') diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 2c0b4341..39068ee0 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -18,8 +18,8 @@ $volume = $scriptsDir/Volume.sh # see https://wiki.hyprland.org/Configuring/Binds/ for more # rofi launcher -bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi run,filebrowser,drun -bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi run,filebrowser,drun +bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run +bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0 bind = $mainMod SHIFT, R, exec, hyprctl reload diff --git a/config/wal/templates/colors-rofi-dark.rasi b/config/wal/templates/colors-rofi-dark.rasi index 743e0432..7d1488b7 100644 --- a/config/wal/templates/colors-rofi-dark.rasi +++ b/config/wal/templates/colors-rofi-dark.rasi @@ -21,7 +21,7 @@ selected-urgent-foreground: @foreground; background-color: @background; - background: rgba(0,0,0,0.5); + background: rgba(0,0,0,0.7); foreground: {foreground}; border-color: @background; spacing: 2; diff --git a/config/waybar/style/Simple Style.css b/config/waybar/style/Simple Style.css index 311b0caf..503962ca 100644 --- a/config/waybar/style/Simple Style.css +++ b/config/waybar/style/Simple Style.css @@ -12,6 +12,7 @@ * { background: @background; border: none; + min-height: 0; border-radius: 0; font-family: "JetBrainsMono Nerd Font"; font-size: 97%; @@ -87,7 +88,7 @@ window#waybar { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: @foreground; - padding: 0 6px; + padding: 6px; } #battery.warning, -- cgit v1.2.3 From f6e05c0523bc7dd969b8ea8c924209beda6a645a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 15 Dec 2023 14:15:19 +0900 Subject: final tweak waybar css --- config/waybar/style/Catppuccin-Latte.css | 5 ++++- config/waybar/style/Catppuccin-Mocha.css | 5 ++++- config/waybar/style/Chroma Glow.css | 5 ++++- config/waybar/style/Chroma Tally.css | 5 ++++- config/waybar/style/Crimson.css | 5 ++++- config/waybar/style/Crystal Clear.css | 5 ++++- config/waybar/style/Golden Noir.css | 5 ++++- config/waybar/style/Monochrome Contrast.css | 5 ++++- config/waybar/style/Monochrome Manifest.css | 5 ++++- config/waybar/style/Obsidian Edge.css | 5 ++++- config/waybar/style/Obsidian Glow.css | 5 ++++- config/waybar/style/Pywallete Chroma.css | 4 ++-- config/waybar/style/Pywallete.css | 5 ++++- config/waybar/style/Rose Pine.css | 5 ++++- config/waybar/style/Simple Pink.css | 4 ++-- config/waybar/style/Simple Style.css | 5 ++++- config/waybar/style/Translucent Chromatic.css | 5 ++++- 17 files changed, 64 insertions(+), 19 deletions(-) (limited to 'config/waybar/style/Simple Style.css') diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css index 83c613ec..8da9e208 100644 --- a/config/waybar/style/Catppuccin-Latte.css +++ b/config/waybar/style/Catppuccin-Latte.css @@ -88,7 +88,10 @@ window#waybar.hidden { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding: 5px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #idle_inhibitor { diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css index d9086338..af33cbdd 100644 --- a/config/waybar/style/Catppuccin-Mocha.css +++ b/config/waybar/style/Catppuccin-Mocha.css @@ -94,7 +94,10 @@ window#waybar.hidden { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding: 5px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #idle_inhibitor { diff --git a/config/waybar/style/Chroma Glow.css b/config/waybar/style/Chroma Glow.css index 3a7a75ad..884d05a0 100644 --- a/config/waybar/style/Chroma Glow.css +++ b/config/waybar/style/Chroma Glow.css @@ -137,7 +137,10 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding: 5px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #window, diff --git a/config/waybar/style/Chroma Tally.css b/config/waybar/style/Chroma Tally.css index 6b78bd5e..3e0f8532 100644 --- a/config/waybar/style/Chroma Tally.css +++ b/config/waybar/style/Chroma Tally.css @@ -94,7 +94,10 @@ window#waybar { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding: 6px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } /* ----------------------------------------------------------------------------- diff --git a/config/waybar/style/Crimson.css b/config/waybar/style/Crimson.css index 4edd2f06..acf8048d 100644 --- a/config/waybar/style/Crimson.css +++ b/config/waybar/style/Crimson.css @@ -151,7 +151,10 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: wheat; - padding: 5px; + padding-top: 4px; + padding-bottom: 4px; + padding-right: 6px; + padding-left: 6px; } #temperature.critical { diff --git a/config/waybar/style/Crystal Clear.css b/config/waybar/style/Crystal Clear.css index 9fa991af..a7b2d07e 100644 --- a/config/waybar/style/Crystal Clear.css +++ b/config/waybar/style/Crystal Clear.css @@ -134,7 +134,10 @@ tooltip { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding: 5px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #temperature.critical { diff --git a/config/waybar/style/Golden Noir.css b/config/waybar/style/Golden Noir.css index eb2004ef..6129e410 100644 --- a/config/waybar/style/Golden Noir.css +++ b/config/waybar/style/Golden Noir.css @@ -163,7 +163,10 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: #e5d9f5; - padding: 5px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #temperature.critical { diff --git a/config/waybar/style/Monochrome Contrast.css b/config/waybar/style/Monochrome Contrast.css index 87f0f248..900f4f57 100644 --- a/config/waybar/style/Monochrome Contrast.css +++ b/config/waybar/style/Monochrome Contrast.css @@ -149,7 +149,10 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding: 5px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #custom-power { padding: 1px 3px; diff --git a/config/waybar/style/Monochrome Manifest.css b/config/waybar/style/Monochrome Manifest.css index 49bd20ee..8d79f98d 100644 --- a/config/waybar/style/Monochrome Manifest.css +++ b/config/waybar/style/Monochrome Manifest.css @@ -148,7 +148,10 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding: 5px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #custom-power { padding: 1px 3px; diff --git a/config/waybar/style/Obsidian Edge.css b/config/waybar/style/Obsidian Edge.css index 86c51df6..a65f28fa 100644 --- a/config/waybar/style/Obsidian Edge.css +++ b/config/waybar/style/Obsidian Edge.css @@ -157,7 +157,10 @@ tooltip label { #custom-weather.sunnyDay { color: @foreground; border-radius: 8px; - padding: 5px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #temperature.critical { diff --git a/config/waybar/style/Obsidian Glow.css b/config/waybar/style/Obsidian Glow.css index 3cf6b401..d5c637cb 100644 --- a/config/waybar/style/Obsidian Glow.css +++ b/config/waybar/style/Obsidian Glow.css @@ -126,7 +126,10 @@ tooltip label { #custom-weather.sunnyDay { color: #000000; border-radius: 8px; - padding: 5px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #temperature.critical { diff --git a/config/waybar/style/Pywallete Chroma.css b/config/waybar/style/Pywallete Chroma.css index 3e173925..57ef72f0 100644 --- a/config/waybar/style/Pywallete Chroma.css +++ b/config/waybar/style/Pywallete Chroma.css @@ -158,8 +158,8 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: @foreground; - padding-top: 2px; - padding-bottom: 2px; + padding-top: 1px; + padding-bottom: 1px; padding-right: 6px; padding-left: 6px; } diff --git a/config/waybar/style/Pywallete.css b/config/waybar/style/Pywallete.css index e1ac17a8..e954d3ef 100644 --- a/config/waybar/style/Pywallete.css +++ b/config/waybar/style/Pywallete.css @@ -145,7 +145,10 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: @color2; - padding: 5px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #mode { diff --git a/config/waybar/style/Rose Pine.css b/config/waybar/style/Rose Pine.css index d1115db4..aea1b557 100644 --- a/config/waybar/style/Rose Pine.css +++ b/config/waybar/style/Rose Pine.css @@ -146,7 +146,10 @@ tooltip { border-color: #2B5D34; border-style: solid; border-radius: 10px; - padding: 6px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #temperature.critical { diff --git a/config/waybar/style/Simple Pink.css b/config/waybar/style/Simple Pink.css index 4d5c5183..f449e7ad 100644 --- a/config/waybar/style/Simple Pink.css +++ b/config/waybar/style/Simple Pink.css @@ -166,8 +166,8 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: whitesmoke; - padding-top: 2px; - padding-bottom: 2px; + padding-top: 1px; + padding-bottom: 1px; padding-right: 4px; padding-left: 4px; diff --git a/config/waybar/style/Simple Style.css b/config/waybar/style/Simple Style.css index 503962ca..9ac79f9c 100644 --- a/config/waybar/style/Simple Style.css +++ b/config/waybar/style/Simple Style.css @@ -88,7 +88,10 @@ window#waybar { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: @foreground; - padding: 6px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } #battery.warning, diff --git a/config/waybar/style/Translucent Chromatic.css b/config/waybar/style/Translucent Chromatic.css index c6b86f3b..50b8f726 100644 --- a/config/waybar/style/Translucent Chromatic.css +++ b/config/waybar/style/Translucent Chromatic.css @@ -150,7 +150,10 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding: 5px; + padding-top: 3px; + padding-bottom: 3px; + padding-right: 6px; + padding-left: 6px; } /* If workspaces is the leftmost module, omit left margin */ -- cgit v1.2.3 From 8aa716dcb0a8c2c60619cc1391bb6ce8ccf317a3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 15 Dec 2023 14:31:00 +0900 Subject: final tweak on waybar styles (i hope) --- config/waybar/style/Catppuccin-Latte.css | 1 + config/waybar/style/Catppuccin-Mocha.css | 1 + config/waybar/style/Chroma Edge.css | 1 + config/waybar/style/Chroma Glow.css | 2 +- config/waybar/style/Chroma Tally.css | 1 + config/waybar/style/Crystal Clear.css | 3 ++- config/waybar/style/Golden Noir.css | 3 ++- config/waybar/style/Monochrome Contrast.css | 1 + config/waybar/style/Monochrome Manifest.css | 1 + config/waybar/style/Obsidian Edge.css | 1 + config/waybar/style/Obsidian Glow.css | 1 + config/waybar/style/Pywallete.css | 1 + config/waybar/style/Rose Pine.css | 2 +- config/waybar/style/Simple Style.css | 1 - config/waybar/style/Translucent Chromatic.css | 1 + 15 files changed, 16 insertions(+), 5 deletions(-) (limited to 'config/waybar/style/Simple Style.css') 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"'; -- cgit v1.2.3