diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-15 13:58:49 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-15 13:58:49 +0900 |
| commit | d0743cbd39c6e6495ac244af401d1205acc2802e (patch) | |
| tree | f419805332a65052caf003786dcd91339a9e0941 /config/waybar/style/Monochrome Manifest.css | |
| parent | 556d8da3dccbe56813f6ed64c4607c0753989193 (diff) | |
tweak waybar styles
Diffstat (limited to 'config/waybar/style/Monochrome Manifest.css')
| -rw-r--r-- | config/waybar/style/Monochrome Manifest.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/config/waybar/style/Monochrome Manifest.css b/config/waybar/style/Monochrome Manifest.css index d88e45bd..49bd20ee 100644 --- a/config/waybar/style/Monochrome Manifest.css +++ b/config/waybar/style/Monochrome Manifest.css @@ -39,7 +39,7 @@ tooltip label{ .modules-right { background-color: black; color: white; - border-bottom: 2px; + border-bottom: 1px; border-style: solid; border-color: white; border-radius: 10px; @@ -51,7 +51,7 @@ tooltip label{ .modules-center { background-color: black; color: white; - border-bottom: 2px; + border-bottom: 1px; border-style: solid; border-color: white; border-radius: 10px; @@ -63,7 +63,7 @@ tooltip label{ .modules-left { background-color: black; color: white; - border-bottom: 2px; + border-bottom: 1px; border-style: solid; border-color: white; border-radius: 10px; @@ -148,10 +148,7 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding-top: 2px; - padding-bottom: 2px; - padding-right: 4px; - padding-left: 4px; + padding: 5px; } #custom-power { padding: 1px 3px; |
