From fb2be7f84bb4d8bb11f221aa5d9752166966d1ed Mon Sep 17 00:00:00 2001 From: sudacode Date: Sat, 21 Mar 2026 20:48:32 -0700 Subject: [PATCH] idk --- .codex/config.toml##os.Linux | 3 +++ .config/mpv/script-opts/modernz.conf | 2 +- .config/uwsm/env | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.codex/config.toml##os.Linux b/.codex/config.toml##os.Linux index c4d1958..48a94b4 100644 --- a/.codex/config.toml##os.Linux +++ b/.codex/config.toml##os.Linux @@ -150,6 +150,9 @@ trust_level = "trusted" [projects."/home/sudacode/.config/mpv-modules/ModernZ"] trust_level = "trusted" +[projects."/home/sudacode/.local/share/Anki2/addons21"] +trust_level = "trusted" + [notice.model_migrations] "gpt-5.3-codex" = "gpt-5.4" diff --git a/.config/mpv/script-opts/modernz.conf b/.config/mpv/script-opts/modernz.conf index 6c095bb..c526391 100644 --- a/.config/mpv/script-opts/modernz.conf +++ b/.config/mpv/script-opts/modernz.conf @@ -4,7 +4,7 @@ language=en # set layout: "modern" or "modern-compact" layout=modern # set icon theme. accepts fluent or material -icon_theme=material +icon_theme=fluent # set icon style. accepts mixed, filled, outline icon_style=mixed # font for the OSC (default: mpv-osd-symbols or the one set in mpv.conf) diff --git a/.config/uwsm/env b/.config/uwsm/env index dfce2d7..b8f5805 100644 --- a/.config/uwsm/env +++ b/.config/uwsm/env @@ -12,6 +12,7 @@ export XDG_SESSION_DESKTOP=Hyprland export QT_AUTO_SCREEN_SCALE_FACTOR=1 export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export QT_QPA_PLATFORMTHEME=hyprqt6engine +export QT_STYLE_OVERRIDE=kvantum export GTK_THEME=Ant-Dracula export XDG_CONFIG_HOME=$HOME/.config export COMPOSE_BAKE=true