Dir updates

This commit is contained in:
Ryan Hughes
2025-11-11 23:50:18 -05:00
parent a1ed2cf37f
commit 98db372bce
7 changed files with 11 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
# FIXME: Update behavior
cd ~/.local/share/omarchy
migration_file="$HOME/.local/share/omarchy/migrations/$(git log -1 --format=%cd --date=unix).sh"
touch $migration_file

View File

@@ -89,7 +89,6 @@ dynamic_bindings() {
jq -r '.[] | {modmask, key, keycode, description, dispatcher, arg} | "\(.modmask),\(.key)@\(.keycode),\(.description),\(.dispatcher),\(.arg)"' |
sed -r \
-e 's/null//' \
-e 's,~/.local/share/omarchy/bin/,,' \
-e 's,uwsm app -- ,,' \
-e 's,uwsm-app -- ,,' \
-e 's/@0//' \

View File

@@ -2,6 +2,6 @@
clear
echo -e "\033[32m"
cat <~/.local/share/omarchy/logo.txt
cat < /usr/share/omarchy/logo.txt
echo -e "\033[0m"
echo