|
|
|
|
@ -23,6 +23,10 @@ window#waybar {
|
|
|
|
|
background: @bar-bg; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
window#waybar.empty #window { |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
tooltip { |
|
|
|
|
background: @main-bg; |
|
|
|
|
color: @main-fg; |
|
|
|
|
@ -38,8 +42,8 @@ tooltip {
|
|
|
|
|
border-color: #2B5D34; |
|
|
|
|
border-style: solid; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
padding-left: 3px; |
|
|
|
|
padding-right: 3px; |
|
|
|
|
padding-left: 2px; |
|
|
|
|
padding-right: 4px; |
|
|
|
|
background: @main-bg; |
|
|
|
|
color: @main-fg; |
|
|
|
|
animation: gradient_f 20s ease-in infinite; |
|
|
|
|
@ -49,8 +53,8 @@ tooltip {
|
|
|
|
|
#workspaces button.active { |
|
|
|
|
background: @wb-act-bg; |
|
|
|
|
color: @wb-act-fg; |
|
|
|
|
padding-left: 8px; |
|
|
|
|
padding-right: 8px; |
|
|
|
|
padding-left: 2px; |
|
|
|
|
padding-right: 4px; |
|
|
|
|
animation: gradient_f 20s ease-in infinite; |
|
|
|
|
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); |
|
|
|
|
} |
|
|
|
|
@ -155,9 +159,15 @@ tooltip {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#temperature.critical { |
|
|
|
|
background-color: @red; |
|
|
|
|
background-color: red; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#backlight { |
|
|
|
|
padding-right: 2px; |
|
|
|
|
} |
|
|
|
|
#network { |
|
|
|
|
padding-right: 12px; |
|
|
|
|
} |
|
|
|
|
#custom-power { |
|
|
|
|
padding-right: 1px; |
|
|
|
|
} |
|
|
|
|
|