clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

updated to Omarchy 3.5.0

sspaeti f7a1ad6a 4d69d361

+13 -3
+10
omarchy/.config/omarchy/hooks/battery-low.sample
··· 1 + #!/bin/bash 2 + 3 + # This hook is called with the current battery percentage when the low battery 4 + # notification is sent. To put it into use, remove .sample from the name. 5 + 6 + SOUND_FILE="/usr/share/sounds/freedesktop/stereo/dialog-warning.oga" 7 + 8 + if omarchy-cmd-present mpv && [[ -f $SOUND_FILE ]]; then 9 + mpv --no-video "$SOUND_FILE" >/dev/null 2>&1 10 + fi
+1 -1
uwsm/.config/uwsm/env
··· 8 8 source ~/.config/uwsm/default 9 9 10 10 # Activate mise if present on the system 11 - omarchy-cmd-present mise && eval "$(mise activate bash)" 11 + omarchy-cmd-present mise && eval "$(mise activate bash --shims)"
+2 -2
waybar/.config/waybar/config.jsonc
··· 91 91 "format-wifi": "{icon}", 92 92 "format-ethernet": "󰀂", 93 93 "format-disconnected": "󰤮", 94 - "tooltip-format-wifi": "{essid} ({frequency} GHz)\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}", 95 - "tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}", 94 + "tooltip-format-wifi": "{essid} ({frequency} GHz)", 95 + "tooltip-format-ethernet": "Connected", 96 96 "tooltip-format-disconnected": "Disconnected", 97 97 "interval": 3, 98 98 "spacing": 1,