diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 17:47:58 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 17:47:58 +0900 |
| commit | 7346ebc14dbeb55db59f0d781874878641329bbd (patch) | |
| tree | 717faacad43a82effd8d66a6a8a19dd70c612b17 /config | |
| parent | 8040be99a879c8af745905fc88655c6b04450e8e (diff) | |
minor update on the new waybar style css
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/style/[Dark] Prismatic Glow.css | 12 |
1 files 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; } |
