initial commit

This commit is contained in:
Bernardo Magri
2026-04-01 17:06:01 +01:00
parent 12cdfaeeef
commit 33deeb494b
526 changed files with 12287 additions and 1 deletions

21
bin/nomarchy-refresh-walker Executable file
View File

@@ -0,0 +1,21 @@
#!/bin/bash
# Overwrite the user configs for the Walker application launcher (which also powers the Nomarchy Menu) and restart the services.
# Ensure walker is set to autostart
mkdir -p ~/.config/autostart/
cp $OMARCHY_PATH/default/walker/walker.desktop ~/.config/autostart/
# And restarts if it crashes or is killed
mkdir -p ~/.config/systemd/user/app-walker@autostart.service.d/
cp $OMARCHY_PATH/default/walker/restart.conf ~/.config/systemd/user/app-walker@autostart.service.d/restart.conf
systemctl --user daemon-reload
# Refresh configs
nomarchy-refresh-config walker/config.toml
nomarchy-refresh-config elephant/calc.toml
nomarchy-refresh-config elephant/desktopapplications.toml
# Restart service
nomarchy-restart-walker