From 9936aab7e167ba94cb04e7abf191c119b76c0e3b Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Tue, 11 Mar 2025 01:10:41 -0400 Subject: continue new rice --- .config/emacs/settings.org | 2 +- .config/hypr/style.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '.config') 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 } -- cgit v1.2.3