Compare commits
No commits in common. "dd426a871d0347735d0e2236f2a1fd91151a006a" and "4863b02d3817612742ac7c8377233ae5e31b67b7" have entirely different histories.
dd426a871d
...
4863b02d38
2 changed files with 19 additions and 11 deletions
|
@ -14,7 +14,7 @@
|
||||||
package = pkgs.jost;
|
package = pkgs.jost;
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
name = "Catppuccin-Mocha-Standard-Pink-Dark";
|
name = "Catppuccin-Mocha-Standard-Pink-dark";
|
||||||
package = pkgs.catppuccin-gtk.override {
|
package = pkgs.catppuccin-gtk.override {
|
||||||
accents = ["pink"];
|
accents = ["pink"];
|
||||||
size = "standard";
|
size = "standard";
|
||||||
|
|
|
@ -8,6 +8,10 @@ _: {
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
|
kb_variant =
|
||||||
|
kb_model =
|
||||||
|
kb_options =
|
||||||
|
kb_rules =
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
|
@ -16,8 +20,8 @@ _: {
|
||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
gaps_in = 10
|
gaps_in = 6
|
||||||
gaps_out = 20
|
gaps_out = 15
|
||||||
border_size = 4
|
border_size = 4
|
||||||
col.active_border = rgb(f5c2e7)
|
col.active_border = rgb(f5c2e7)
|
||||||
col.inactive_border = rgb(6c7086)
|
col.inactive_border = rgb(6c7086)
|
||||||
|
@ -26,13 +30,16 @@ _: {
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 12
|
rounding = 8
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 6
|
size = 5
|
||||||
passes = 3
|
passes = 3
|
||||||
new_optimizations = true
|
new_optimizations = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
multisample_edges = true
|
||||||
|
|
||||||
inactive_opacity = 1.0
|
inactive_opacity = 1.0
|
||||||
active_opacity = 1.0
|
active_opacity = 1.0
|
||||||
fullscreen_opacity = 1.0
|
fullscreen_opacity = 1.0
|
||||||
|
@ -47,18 +54,19 @@ _: {
|
||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
|
|
||||||
bezier = fastBezier, 0.05, 1.1, 0.2, 1.0
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
|
|
||||||
animation = windows, 1, 7, fastBezier, slide
|
animation = windows, 1, 7, myBezier
|
||||||
animation = windowsOut, 1, 7, fastBezier, slide
|
animation = windowsOut, 1, 7, default, popin 80%
|
||||||
animation = border, 1, 10, fastBezier
|
animation = border, 1, 10, default
|
||||||
animation = fade, 1, 7, fastBezier
|
animation = fade, 1, 7, default
|
||||||
animation = workspaces, 1, 6, fastBezier
|
animation = workspaces, 1, 6, default
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = yes
|
pseudotile = yes
|
||||||
preserve_split = yes
|
preserve_split = yes
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
master {
|
master {
|
||||||
|
|
Loading…
Reference in a new issue