feat: logging, remote widget, ci fix

This commit is contained in:
2026-02-12 16:44:11 +00:00
parent c103e71b07
commit 6164746811
27 changed files with 91 additions and 50 deletions

View File

@@ -6,7 +6,7 @@
#
# macOS only
[[ "$DOTS_OS" != "macos" ]] && { log_warn "Skipping: Not macOS"; return 0; }
[[ "$DOTS_OS" != "macos" ]] && { log_skip "Not macOS"; return 0; }
fonts_list=(
font-fira-mono-nerd-font
@@ -32,3 +32,4 @@ if [[ "$fonts_missing" == "true" ]]; then
fi
unset fonts_list fonts_missing
log_pass "Nerd Fonts installed"