Browse Source

updated waybar style

pull/42/head
JaKooLit 2 years ago
parent
commit
75d4c5215c
  1. 6
      config/waybar/style/Translucent Chromatic.css

6
config/waybar/style/Translucent Chromatic.css

@ -26,13 +26,13 @@ padding: 1px;
} }
window#waybar { window#waybar {
background-color: rgba(50, 50, 50, 0.0); background-color: rgba(0,0,0,0.2);
/*background-color: @bgcolor;*/ /*background-color: @bgcolor;*/
/* border-bottom: 0px solid rgba(100, 114, 125, 0.5); */ /* border-bottom: 0px solid rgba(100, 114, 125, 0.5); */
color: #ffffff; color: #ffffff;
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: .5s;
border-radius: 0; border-radius: 10px;
} }
window#waybar.hidden { window#waybar.hidden {
@ -154,6 +154,8 @@ tooltip label{
#custom-weather.showyIcyDay, #custom-weather.showyIcyDay,
#custom-weather.snowyIcyNight, #custom-weather.snowyIcyNight,
#custom-weather.sunnyDay { #custom-weather.sunnyDay {
padding-top: 3px;
padding-bottom: 3px;
padding: 0px 10px; padding: 0px 10px;
background-color:transparent; background-color:transparent;
} }

Loading…
Cancel
Save