diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-29 01:00:42 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-29 01:00:42 +0900 |
| commit | 75d4c5215c92a357488454177605d724ee77abf5 (patch) | |
| tree | 4bdbc56520218e4a4575cf87d05fcb1130f923c4 | |
| parent | be01b65532c05e1bd6718614bb654332e837610d (diff) | |
updated waybar style
| -rw-r--r-- | config/waybar/style/Translucent Chromatic.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/waybar/style/Translucent Chromatic.css b/config/waybar/style/Translucent Chromatic.css index 338bf497..791c166a 100644 --- a/config/waybar/style/Translucent Chromatic.css +++ b/config/waybar/style/Translucent Chromatic.css @@ -26,13 +26,13 @@ padding: 1px; } window#waybar { - background-color: rgba(50, 50, 50, 0.0); + background-color: rgba(0,0,0,0.2); /*background-color: @bgcolor;*/ /* border-bottom: 0px solid rgba(100, 114, 125, 0.5); */ color: #ffffff; transition-property: background-color; transition-duration: .5s; - border-radius: 0; + border-radius: 10px; } window#waybar.hidden { @@ -154,6 +154,8 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { + padding-top: 3px; + padding-bottom: 3px; padding: 0px 10px; background-color:transparent; } |
