diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/emacs/settings.org | 2 | ||||
| -rw-r--r-- | .config/hypr/style.conf | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/emacs/settings.org b/.config/emacs/settings.org index 53517b2..760cc7a 100644 --- a/.config/emacs/settings.org +++ b/.config/emacs/settings.org @@ -200,7 +200,7 @@ doom-themes-enable-italic t) (doom-themes-org-config)) - (load-theme 'doom-vibrant t) + (load-theme `doom-badger t) #+END_SRC ** Icons #+BEGIN_SRC emacs-lisp diff --git a/.config/hypr/style.conf b/.config/hypr/style.conf index 5c70785..f89d137 100644 --- a/.config/hypr/style.conf +++ b/.config/hypr/style.conf @@ -25,13 +25,13 @@ decoration { animations { enabled = yes - bezier = defaultBezier, 0.05, 0.9, 0.1, 1.05 + bezier = defaultBezier, 0.00, 1.0, 0.0, 1.0 animation = windows, 1, 7, defaultBezier, slide animation = windowsOut, 1, 7, defaultBezier, slide animation = border, 1, 10, default - animation = borderangle, 1, 8, default - animation = fade, 1, 3, default + animation = borderangle, 0#1, 8, default + animation = fade, 0#1, 3, default animation = workspaces, 0#1, 6, defaultBezier } |
