···11+#!/bin/bash
22+33+# This hook is called with the current battery percentage when the low battery
44+# notification is sent. To put it into use, remove .sample from the name.
55+66+SOUND_FILE="/usr/share/sounds/freedesktop/stereo/dialog-warning.oga"
77+88+if omarchy-cmd-present mpv && [[ -f $SOUND_FILE ]]; then
99+ mpv --no-video "$SOUND_FILE" >/dev/null 2>&1
1010+fi
+1-1
uwsm/.config/uwsm/env
···88source ~/.config/uwsm/default
991010# Activate mise if present on the system
1111-omarchy-cmd-present mise && eval "$(mise activate bash)"
1111+omarchy-cmd-present mise && eval "$(mise activate bash --shims)"