Compare commits

...

2 commits

Author SHA1 Message Date
dd426a871d
hyprland: styling changes
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
2023-09-30 00:20:18 -04:00
c5b9990bd2
gtk: update theme name 2023-09-30 00:20:09 -04:00
2 changed files with 11 additions and 19 deletions

View file

@ -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";

View file

@ -8,10 +8,6 @@ _: {
input { input {
kb_layout = us kb_layout = us
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 1 follow_mouse = 1
@ -20,8 +16,8 @@ _: {
} }
general { general {
gaps_in = 6 gaps_in = 10
gaps_out = 15 gaps_out = 20
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)
@ -30,16 +26,13 @@ _: {
} }
decoration { decoration {
rounding = 8 rounding = 12
blur { blur {
enabled = true enabled = true
size = 5 size = 6
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
@ -54,19 +47,18 @@ _: {
animations { animations {
enabled = yes enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05 bezier = fastBezier, 0.05, 1.1, 0.2, 1.0
animation = windows, 1, 7, myBezier animation = windows, 1, 7, fastBezier, slide
animation = windowsOut, 1, 7, default, popin 80% animation = windowsOut, 1, 7, fastBezier, slide
animation = border, 1, 10, default animation = border, 1, 10, fastBezier
animation = fade, 1, 7, default animation = fade, 1, 7, fastBezier
animation = workspaces, 1, 6, default animation = workspaces, 1, 6, fastBezier
} }
dwindle { dwindle {
pseudotile = yes pseudotile = yes
preserve_split = yes preserve_split = yes
} }
master { master {