diff --git a/config/walker/config.toml b/config/walker/config.toml index 33226a74..c04080a0 100644 --- a/config/walker/config.toml +++ b/config/walker/config.toml @@ -1,7 +1,6 @@ force_keyboard_focus = true # forces keyboard forcus to stay in Walker selection_wrap = true # wrap list if at bottom or top theme = "omarchy-default" # theme to use -additional_theme_location = "/usr/share/omarchy/default/walker/themes/" [placeholders] "default" = { input = " Search...", list = "No Results" } # placeholders for input and empty list, key is the providers name, so f.e. "desktopapplications" or "menus:other" diff --git a/default/walker/themes/omarchy-default/style.css b/default/walker/themes/omarchy-default/style.css index f4bbd082..54d2f6f6 100644 --- a/default/walker/themes/omarchy-default/style.css +++ b/default/walker/themes/omarchy-default/style.css @@ -1,4 +1,4 @@ -@import "../../../../../../../.config/omarchy/current/theme/walker.css"; +@import "../../../omarchy/current/theme/walker.css"; * { all: unset; diff --git a/install/config/theme.sh b/install/config/theme.sh index 6d1523ab..cb72a8cc 100644 --- a/install/config/theme.sh +++ b/install/config/theme.sh @@ -22,6 +22,9 @@ ln -snf ~/.config/omarchy/current/theme/btop.theme ~/.config/btop/themes/current mkdir -p ~/.config/mako ln -snf ~/.config/omarchy/current/theme/mako.ini ~/.config/mako/config +mkdir -p ~/.config/walker/themes +ln -snf /usr/share/omarchy/default/walker/themes/omarchy-default ~/.config/walker/themes/omarchy-default + # Add managed policy directories for Chromium and Brave for theme changes sudo mkdir -p /etc/chromium/policies/managed sudo chmod a+rw /etc/chromium/policies/managed