a481c1784690bc18d5a70018bf03a5cf80edb1c0
fonts.sh: obsolete. omarchy-settings installs omarchy.ttf to /usr/share/fonts/omarchy/ system-wide and the fontconfig package's post-install hook updates the cache, so copying it to ~/.local/share/ fonts and re-running fc-cache is redundant. The script was also failing because omarchy-settings explicitly removes the source path /usr/share/omarchy/config/omarchy.ttf during package install. omarchy-setup-lock: the final line was 'omarchy-shell lock status >/dev/null && echo "..."' which inherits the failed exit code when omarchy-shell can't reach a running shell (always the case during chroot install). set -e exempts cmd1 of && from triggering, but the script still returns that non-zero as its own exit code, which the install wrapper treated as a script failure. Wrap in an if/then so a failed status check doesn't poison the script's exit code.
Omarchy
Omarchy is a beautiful, modern & opinionated Linux distribution by DHH.
Read more at omarchy.org.
Docs
- omarchy-shell — shell host, plugin manifest, IPC,
shell.json, custom bar modules
License
Omarchy is released under the MIT License.
Languages
Shell
57.3%
QML
31.2%
JavaScript
4.1%
Python
2.9%
Go Template
2.5%
Other
2%