diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 23:06:35 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 23:06:35 +0900 |
| commit | 9f7650cb60dacfe59b3d712db776974ba816bd83 (patch) | |
| tree | ce0c11be236a3636e16da7fa305913bf970ff7b1 /config | |
| parent | c418c439a39f3a8be1f82c4ffdd4d542181d4c9a (diff) | |
final waybar style adjusments
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/style/[Catppuccin] Frappe.css | 5 | ||||
| -rw-r--r-- | config/waybar/style/[Catppuccin] Latte.css | 4 | ||||
| -rw-r--r-- | config/waybar/style/[Colored] Translucent.css | 11 | ||||
| -rw-r--r-- | config/waybar/style/[Colorful] Oglo Chicklets.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/[Dark] Latte-Wallust combined v2.css | 8 | ||||
| -rw-r--r-- | config/waybar/style/[Dark] Purpl.css | 17 | ||||
| -rw-r--r-- | config/waybar/style/[Dark] Wallust Obsidian Edge.css | 4 | ||||
| -rw-r--r-- | config/waybar/style/[Extra] Crimson.css | 4 | ||||
| -rw-r--r-- | config/waybar/style/[Extra] Simple Pink.css | 5 | ||||
| -rw-r--r-- | config/waybar/style/[Retro] Simple Style.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/[WALLUST] ML4W-modern-mixed.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/[Wallust] Chroma Tally.css | 2 |
12 files changed, 20 insertions, 46 deletions
diff --git a/config/waybar/style/[Catppuccin] Frappe.css b/config/waybar/style/[Catppuccin] Frappe.css index 61c61581..0c4662ef 100644 --- a/config/waybar/style/[Catppuccin] Frappe.css +++ b/config/waybar/style/[Catppuccin] Frappe.css @@ -15,6 +15,7 @@ window#waybar { transition-property: background-color; transition-duration: 0.5s; + padding: 4px; border-top: 1px solid @rosewater; border-bottom: 3px solid @sapphire; background: alpha(@crust, 0.4); @@ -29,10 +30,8 @@ window#waybar.hidden { #workspaces button { box-shadow: none; text-shadow: none; - padding: 0px; + padding: 4px; 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); } diff --git a/config/waybar/style/[Catppuccin] Latte.css b/config/waybar/style/[Catppuccin] Latte.css index 301653fc..03858dd9 100644 --- a/config/waybar/style/[Catppuccin] Latte.css +++ b/config/waybar/style/[Catppuccin] Latte.css @@ -29,10 +29,8 @@ window#waybar.hidden { #workspaces button { box-shadow: none; text-shadow: none; - padding: 0px; + padding: 4px; 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); } diff --git a/config/waybar/style/[Colored] Translucent.css b/config/waybar/style/[Colored] Translucent.css index fbff4bd0..d2938706 100644 --- a/config/waybar/style/[Colored] Translucent.css +++ b/config/waybar/style/[Colored] Translucent.css @@ -36,13 +36,6 @@ window#waybar.hidden { opacity: 0.1; } -window#waybar.empty, -window#waybar.empty #window { - padding: 0px; - border: 0px; - background-color: transparent; -} - tooltip { background: #1e1e2e; opacity: 0.6; @@ -57,10 +50,8 @@ tooltip { color: #ffffff; box-shadow: none; text-shadow: none; - padding: 0px; + padding: 4px; 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); } diff --git a/config/waybar/style/[Colorful] Oglo Chicklets.css b/config/waybar/style/[Colorful] Oglo Chicklets.css index c83c4156..79cbd3ad 100644 --- a/config/waybar/style/[Colorful] Oglo Chicklets.css +++ b/config/waybar/style/[Colorful] Oglo Chicklets.css @@ -111,6 +111,8 @@ button.active { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay{ color: #ffffff; + padding-top: 2px; + padding-bottom: 2px; border-radius: 5px; padding-left: 5px; padding-right: 5px; diff --git a/config/waybar/style/[Dark] Latte-Wallust combined v2.css b/config/waybar/style/[Dark] Latte-Wallust combined v2.css index 6ad8593b..ad6a4726 100644 --- a/config/waybar/style/[Dark] Latte-Wallust combined v2.css +++ b/config/waybar/style/[Dark] Latte-Wallust combined v2.css @@ -101,6 +101,7 @@ tooltip { .modules-center { background-color: @background-module2; border-radius: 10px; + padding: 4px; border-bottom: 2px solid @border-color; border-right: 1px solid @button-hover; border-left: 1px solid @button-hover; @@ -249,13 +250,8 @@ tooltip { color: #39FF14; } - -#clock#2 { - color: #efe8f7; -} - #clock { - color: @sapphire; + color: @foreground; border-radius: 15px; } diff --git a/config/waybar/style/[Dark] Purpl.css b/config/waybar/style/[Dark] Purpl.css index 414f7712..a9897123 100644 --- a/config/waybar/style/[Dark] Purpl.css +++ b/config/waybar/style/[Dark] Purpl.css @@ -20,13 +20,6 @@ window#waybar.hidden { opacity: 0.5; } -window#waybar.empty, -window#waybar.empty #window { - padding: 0px; - border: 0px; - background-color: transparent; -} - tooltip { background: #1e1e2e; border-radius: 10px; @@ -43,8 +36,8 @@ tooltip { background-color: #3d174b; padding-top: 2px; padding-bottom: 2px; - padding-right: 4px; - padding-left: 4px; + padding-right: 5px; + padding-left: 5px; } .modules-center { @@ -61,8 +54,8 @@ tooltip { background-color: #441a53; padding-top: 2px; padding-bottom: 2px; - padding-right: 4px; - padding-left: 4px; + padding-right: 5px; + padding-left: 5px; } @@ -80,7 +73,7 @@ tooltip { #workspaces button.active { color: #cba6f7; - border-radius: 50%; + border-radius: 20%; background-color: black; padding-left: 8px; padding-right: 8px; diff --git a/config/waybar/style/[Dark] Wallust Obsidian Edge.css b/config/waybar/style/[Dark] Wallust Obsidian Edge.css index f68f9374..1d260053 100644 --- a/config/waybar/style/[Dark] Wallust Obsidian Edge.css +++ b/config/waybar/style/[Dark] Wallust Obsidian Edge.css @@ -50,10 +50,8 @@ tooltip label { color: @color12; box-shadow: none; text-shadow: none; - padding: 0px; + padding: 4px; 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); } diff --git a/config/waybar/style/[Extra] Crimson.css b/config/waybar/style/[Extra] Crimson.css index 1a08f954..695a76c3 100644 --- a/config/waybar/style/[Extra] Crimson.css +++ b/config/waybar/style/[Extra] Crimson.css @@ -44,10 +44,8 @@ tooltip { color: wheat; box-shadow: none; text-shadow: none; - padding: 0px; + padding: 4px; 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); } diff --git a/config/waybar/style/[Extra] Simple Pink.css b/config/waybar/style/[Extra] Simple Pink.css index a43f57c1..243b8f01 100644 --- a/config/waybar/style/[Extra] Simple Pink.css +++ b/config/waybar/style/[Extra] Simple Pink.css @@ -54,7 +54,6 @@ tooltip { color: pink; box-shadow: none; text-shadow: none; - padding: 0px; border-radius: 9px; padding-left: 4px; padding-right: 4px; @@ -149,8 +148,8 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: whitesmoke; - padding-top: 1px; - padding-bottom: 1px; + padding-top: 2px; + padding-bottom: 2px; padding-right: 4px; padding-left: 4px; diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css index ee764157..866c87db 100644 --- a/config/waybar/style/[Retro] Simple Style.css +++ b/config/waybar/style/[Retro] Simple Style.css @@ -98,8 +98,8 @@ window#waybar { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { + padding: 6px; color: @foreground; - padding: 3px 6px 3px 6px; } #battery.warning, diff --git a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css index deda2f51..561aaa6c 100644 --- a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css +++ b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css @@ -99,7 +99,6 @@ window#waybar.empty #window { #taskbar { background: @backgroundlight; margin: 3px 15px 3px 0px; - padding:0px; border-radius: 5px 5px 5px 5px; font-weight: normal; font-style: normal; @@ -182,6 +181,7 @@ window#waybar.empty #window { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { + padding: 2px; margin-right: 8px; margin-left: 6px; font-size: 100%; diff --git a/config/waybar/style/[Wallust] Chroma Tally.css b/config/waybar/style/[Wallust] Chroma Tally.css index ebed9e72..4013484e 100644 --- a/config/waybar/style/[Wallust] Chroma Tally.css +++ b/config/waybar/style/[Wallust] Chroma Tally.css @@ -22,7 +22,7 @@ window#waybar { #workspaces { background: transparent; - padding: 0px 1px; + padding: 2px; border-radius: 15px; border: 0px; font-style: normal; |
