oof x2
This commit is contained in:
parent
52c78907fc
commit
46b0938aec
4 changed files with 10 additions and 7 deletions
|
@ -8,11 +8,12 @@ animations {
|
||||||
bezier = winIn, 0.76, 0.42, 0.74, 0.87
|
bezier = winIn, 0.76, 0.42, 0.74, 0.87
|
||||||
bezier = winOut, 0.76, 0.42, 0.74, 0.87
|
bezier = winOut, 0.76, 0.42, 0.74, 0.87
|
||||||
bezier = workIn, 0.72, -0.07, 0.41, 0.98
|
bezier = workIn, 0.72, -0.07, 0.41, 0.98
|
||||||
bezier = linear, 1, 1, 1, 1
|
bezier = linear, 0, 0, 1, 1
|
||||||
animation = windows, 1, 6, wind, popin
|
animation = windows, 1, 6, wind, popin
|
||||||
animation = windowsIn, 1, 1, workIn, popin
|
animation = windowsIn, 1, 1, workIn, popin
|
||||||
animation = windowsOut, 1, 5, workIn, popin
|
animation = windowsOut, 1, 5, workIn, popin
|
||||||
animation = windowsMove, 1, 5, wind, slide
|
animation = windowsMove, 1, 5, wind, slide
|
||||||
|
animation = borderangle, 1, 25, linear, loop
|
||||||
animation = fadeIn, 1, 2, winIn
|
animation = fadeIn, 1, 2, winIn
|
||||||
animation = fadeOut, 1, 5, winOut
|
animation = fadeOut, 1, 5, winOut
|
||||||
animation = workspaces, 1, 3, workIn, slidevert
|
animation = workspaces, 1, 3, workIn, slidevert
|
||||||
|
|
|
@ -15,7 +15,7 @@ exec = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||||
general {
|
general {
|
||||||
gaps_in = 4
|
gaps_in = 4
|
||||||
gaps_out = 8
|
gaps_out = 8
|
||||||
border_size = 2
|
border_size = 3
|
||||||
col.active_border = rgb(cc241d) rgb(d79921) 45deg
|
col.active_border = rgb(cc241d) rgb(d79921) 45deg
|
||||||
col.inactive_border = rgb(504945)
|
col.inactive_border = rgb(504945)
|
||||||
layout = master
|
layout = master
|
||||||
|
|
|
@ -83,6 +83,7 @@
|
||||||
"exec": "bash $HOME/.config/waybar/power-profiles",
|
"exec": "bash $HOME/.config/waybar/power-profiles",
|
||||||
"restart-interval": 5,
|
"restart-interval": 5,
|
||||||
"format": "{}",
|
"format": "{}",
|
||||||
|
"tooltip": false
|
||||||
},
|
},
|
||||||
|
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
* {
|
* {
|
||||||
margin-top: 2px;
|
margin-top: 3px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 3px;
|
||||||
margin-right: 2px;
|
margin-right: 3px;
|
||||||
margin-left: 2px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: rgb(29, 32, 33);
|
background-color: rgb(29, 32, 33);
|
||||||
|
border-right: 3px solid #3c3836;
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
transition-duration: .5s;
|
transition-duration: .5s;
|
||||||
|
@ -80,7 +81,7 @@ button:hover {
|
||||||
#mode {
|
#mode {
|
||||||
font-family: Symbols Nerd Font Mono, mononoki Nerd Font;
|
font-family: Symbols Nerd Font Mono, mononoki Nerd Font;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 8 6px;
|
padding: 10 8px;
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue