Adjust styles to better fit background images
This commit is contained in:
parent
7b40954d00
commit
067ec46899
|
@ -2,9 +2,9 @@
|
|||
offset = 25x15
|
||||
follow = mouse
|
||||
font = "JetBrainsMono Nerd Font"
|
||||
background = "#1A1B26"
|
||||
background = "#1A1B26B3"
|
||||
foreground = "#F3F4F5"
|
||||
frame_color = "#32EAFF"
|
||||
frame_color = "#F66B01"
|
||||
frame_width = 2
|
||||
separator_color = frame
|
||||
corner_radius = 8
|
||||
|
|
|
@ -44,7 +44,7 @@ window#waybar.empty #window {
|
|||
border-radius: 15px;
|
||||
border: 0px;
|
||||
color: #0F1419;
|
||||
background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF);
|
||||
background: linear-gradient(45deg, #ED163E, #F66B01, #DE9176);
|
||||
opacity: 0.5;
|
||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
||||
}
|
||||
|
@ -56,7 +56,7 @@ window#waybar.empty #window {
|
|||
border-radius: 15px;
|
||||
border: 0px;
|
||||
color: #0F1419;
|
||||
background: linear-gradient(45deg, #59C2FF, #D2A6FF);
|
||||
background: linear-gradient(45deg, #ED163E, #F66B01, #DE9176);
|
||||
opacity: 1.0;
|
||||
min-width: 40px;
|
||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
||||
|
@ -65,7 +65,7 @@ window#waybar.empty #window {
|
|||
#workspaces button:hover {
|
||||
border-radius: 15px;
|
||||
color: #0F1419;
|
||||
background: linear-gradient(45deg, #59C2FF, #D2A6FF);
|
||||
background: linear-gradient(45deg, #ED163E, #F66B01, #DE9176);
|
||||
opacity: 0.8;
|
||||
transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ general {
|
|||
gaps_in = 5
|
||||
gaps_out = 2,10,10,10
|
||||
border_size = 2
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.active_border = rgba(ed163eee) rgba(e67d5bee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
layout = master
|
||||
|
|
Loading…
Reference in a new issue