delayed save.

This commit is contained in:
Jamie Albert
2025-11-30 02:21:40 +00:00
parent 597109e8b8
commit 64cb6aa5f4
9 changed files with 32 additions and 5 deletions

View File

@@ -246,7 +246,7 @@ _prompt_build() {
# ! Insert *post* functions here
# ---
# START
_git_post
#_git_post
_pyenv_post
_readonly_post

View File

@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=Lyrion Music Server Wrapper
Exec=/usr/local/bin/lms
Icon=/home/jamie/.local/share/icons/lms.png
Terminal=false
Categories=Utility;
Comment=Launch LMS

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
dotfiles/music/local/bin/lms Executable file

Binary file not shown.

View File

@@ -61,3 +61,6 @@ fi
# Load custom prompt script if it exists
[[ -f /usr/local/bin/prompt.sh ]] && . /usr/local/bin/prompt.sh
#WINEPREFIX=/home/jamie/.local/share/wineprefixes/tidal
eval "$(starship init bash)"

View File

@@ -0,0 +1,15 @@
Host hestia
HostName 192.168.0.231
IdentitiesOnly yes
StrictHostKeyChecking accept-new
User root
IdentityFile /home/jamie/.ssh/hestia
Port 1303
Host pan_lms
HostName pan.local
IdentitiesOnly yes
StrictHostKeyChecking accept-new
User tc
IdentityFile /home/jamie/.ssh/pan
Port 22

View File

@@ -64,7 +64,7 @@ strip_trailing_spaces smart
kitty_mod shift+alt
map ctrl+shift+c copy_to_clipboard
map ctrl+shift+v paste_from_clipboard
map ctrl+q quit
map ctrl+q close_tab
map kitty_mod+enter launch --cwd=current --type os-window
map f1 launch --stdin-source=@screen_scrollback --stdin-add-formatting --type=overlay less +G -R
@@ -96,7 +96,7 @@ map kitty_mod+9 goto_tab 9
map kitty_mod+right previous_tab
map kitty_mod+left next_tab
map kitty_mod+t new_tab
map kitty_mod+q close_tab
map kitty_mod+q quit
# --- Layout Management
map ctrl+alt+z next_layout

View File

@@ -0,0 +1 @@
7204425c-f368-4af2-975a-ac282bc20130

View File

@@ -5,8 +5,8 @@ set -euo pipefail
. /usr/local/share/dao/config/dao.conf
readonly LOG_PREFIX="[dao_am.service]"
readonly MAX_RETRIES=30
readonly RETRY_DELAY=10
readonly MAX_RETRIES=90
readonly RETRY_DELAY=2
# Configuration
declare -A RCLONE_MOUNTS=(