|
|
|
@ -21,34 +21,45 @@ window#waybar { |
|
|
|
border-color: @color2; |
|
|
|
border-color: @color2; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#workspaces { |
|
|
|
|
|
|
|
background: #0F1419; |
|
|
|
|
|
|
|
padding: 0px 1px; |
|
|
|
|
|
|
|
border-radius: 15px; |
|
|
|
|
|
|
|
border: 0px; |
|
|
|
|
|
|
|
font-style: normal; |
|
|
|
|
|
|
|
color: #0F1419; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#taskbar button, |
|
|
|
#workspaces button { |
|
|
|
#workspaces button { |
|
|
|
color: #eceff4; |
|
|
|
padding: 0px 5px; |
|
|
|
box-shadow: none; |
|
|
|
border-radius: 15px; |
|
|
|
text-shadow: none; |
|
|
|
border: 0px; |
|
|
|
padding: 0px; |
|
|
|
color: #0F1419; |
|
|
|
border-radius: 9px; |
|
|
|
background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); |
|
|
|
padding-left: 4px; |
|
|
|
opacity: 0.5; |
|
|
|
padding-right: 4px; |
|
|
|
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); |
|
|
|
animation: gradient_f 20s ease-in infinite; |
|
|
|
|
|
|
|
transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#taskbar button.active, |
|
|
|
#workspaces button.active { |
|
|
|
#workspaces button.active { |
|
|
|
border-radius: 15px; |
|
|
|
padding: 0px 5px; |
|
|
|
background-color: @color2; |
|
|
|
border-radius: 15px; |
|
|
|
padding-left: 8px; |
|
|
|
border: 0px; |
|
|
|
padding-right: 8px; |
|
|
|
color: #0F1419; |
|
|
|
animation: gradient_f 20s ease-in infinite; |
|
|
|
background: linear-gradient(45deg, #59C2FF, #D2A6FF); |
|
|
|
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); |
|
|
|
opacity: 1.0; |
|
|
|
|
|
|
|
min-width: 40px; |
|
|
|
|
|
|
|
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#workspaces button:hover { |
|
|
|
#workspaces button:hover { |
|
|
|
color: @color2; |
|
|
|
border-radius: 15px; |
|
|
|
background-color: rgba(0,153,153,0); |
|
|
|
color: #0F1419; |
|
|
|
padding-left: 2px; |
|
|
|
background: linear-gradient(45deg, #59C2FF, #D2A6FF); |
|
|
|
padding-right: 2px; |
|
|
|
opacity: 0.8; |
|
|
|
animation: gradient_f 20s ease-in infinite; |
|
|
|
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); |
|
|
|
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#backlight, |
|
|
|
#backlight, |
|
|
|
@ -213,20 +224,6 @@ window#waybar { |
|
|
|
color:#d08770; |
|
|
|
color:#d08770; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#taskbar button.active { |
|
|
|
|
|
|
|
background-color: #7f849c; |
|
|
|
|
|
|
|
padding-left: 12px; |
|
|
|
|
|
|
|
padding-right: 12px; |
|
|
|
|
|
|
|
animation: gradient_f 20s ease-in infinite; |
|
|
|
|
|
|
|
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#taskbar button:hover { |
|
|
|
|
|
|
|
padding-left: 3px; |
|
|
|
|
|
|
|
padding-right: 3px; |
|
|
|
|
|
|
|
animation: gradient_f 20s ease-in infinite; |
|
|
|
|
|
|
|
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#pulseaudio-slider slider { |
|
|
|
#pulseaudio-slider slider { |
|
|
|
min-width: 0px; |
|
|
|
min-width: 0px; |
|
|
|
min-height: 0px; |
|
|
|
min-height: 0px; |
|
|
|
|