From 7346ebc14dbeb55db59f0d781874878641329bbd Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 1 Mar 2025 17:47:58 +0900 Subject: minor update on the new waybar style css --- config/waybar/style/[Dark] Prismatic Glow.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/config/waybar/style/[Dark] Prismatic Glow.css b/config/waybar/style/[Dark] Prismatic Glow.css index 7022fa30..cbcedfc6 100644 --- a/config/waybar/style/[Dark] Prismatic Glow.css +++ b/config/waybar/style/[Dark] Prismatic Glow.css @@ -18,17 +18,17 @@ /* Module Styles */ .module { - padding: 5px 5px; + padding: 2px 4px; margin: 1px 1px; } .modules-left>widget:first-child .module { - margin-left: 5px; + margin-left: 2px; } /* Special Case: Right Margin for Last Module in Right Section */ .modules-right>widget:last-child .module { - margin-right: 5px; + margin-right: 2px; } /* Window Styling */ @@ -71,7 +71,7 @@ tooltip label { font-weight: bolder; box-shadow: inset 0 -3px transparent; transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); - padding: 0 5px; + padding: 2px 5px; } #workspaces button.active { @@ -187,10 +187,6 @@ window#waybar.empty { color: rgb(0, 238, 255); } -#power { - margin-right: 5px; -} - #temperature.critical { background-color: red; } -- cgit v1.2.3