mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
* fix: remove theme-flag * migration: walker 1.0.0-beta * Fixups * Add elephant and walker * Update for new layout.xml * Clean up some styling * add unicode and todo providers * remove default quick activate keybinds * Update keybinds and remove defaults to prevent conflict * Fix menu option * Fixes * Remove * Update height * Add elephant service * Remove from hyprland * Restart service now * Trim * Update height * Fix keybindings style * Fix install location * Add walker restart * Fix indention * Fix indention * Fix indention * Fix indention * Advance to present * Need to refresh to bring over the new config * style adjustments * Correct the installation of the 1pw policy installer * Skip the prebuilt for a second while we test * Need libyaml to build ruby * No longer needed, gcc-15 compatibility has been added * Let's just stick to the official path * GCC15 compatibility for Ruby has been achieved * No longer necessary The other mise option is set on Ruby on Rails install * Added ZLS - Zig's Language Server when installing Zig (#1718) * style adjustments * styling changes * add only_search_title * css adjustments to fix broken styles * Be tall again * Remove for future variable height menu * Update height / width params * fix: remove theme-flag * Fix spacing..again * Remove service and add launch util * Fix * fix: wrong emojis flag * remove flag, its dmenu only * set min content width to prevent flickering if the item list contains shorter items * Remove unused service * Megakill needed * Remove any old themes too * Remove min-width * Style adjustments * changes for walker/elephant updates * Match current width * Add a little more space between icon and text * fix: bluetooth find bind * remove archlinux provider, fix migration with missing providers * fix: css import * Fix theme path * fix: add new error label to layout * Fix migration --------- Co-authored-by: David Heinemeier Hansson <david@hey.com> Co-authored-by: Ryan Hughes <ryan@heyoodle.com> Co-authored-by: DoKoB0512 <123281216+DoKoB0512@users.noreply.github.com>
27 lines
586 B
Bash
27 lines
586 B
Bash
echo "Migrate to Walker 2.0.0"
|
|
|
|
# Ensure we kill walker even if there's a restarting service running
|
|
kill -9 $(pgrep -x walker)
|
|
|
|
omarchy-pkg-drop walker-bin walker-bin-debug
|
|
|
|
omarchy-pkg-add elephant \
|
|
elephant-calc \
|
|
elephant-clipboard \
|
|
elephant-bluetooth \
|
|
elephant-desktopapplications \
|
|
elephant-files \
|
|
elephant-menus \
|
|
elephant-providerlist \
|
|
elephant-runner \
|
|
elephant-symbols \
|
|
elephant-unicode \
|
|
elephant-websearch \
|
|
elephant-todo \
|
|
walker
|
|
|
|
source $OMARCHY_PATH/install/config/walker-elephant.sh
|
|
|
|
rm -rf ~/.config/walker/themes
|
|
omarchy-refresh-walker
|