Update .tmux.conf

Update .config/fish/fish_variables
Update .config/nvim/lazy-lock.json
Update .config/user-dirs.dirs
Update .config/systemd/user/mako-dnd-off.service
Update .config/systemd/user/mako-dnd-on.service
Update .local/bin/low-battery-warn
This commit is contained in:
Lewis Wynne 2025-11-11 12:14:47 +00:00
parent 9953cbe8b5
commit 8b458b0707
7 changed files with 23 additions and 23 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
THRESHOLD=10
EXPIRY_MS=2*60*1000 # 2 minutes
THRESHOLD=80
EXPIRY_MS=120000 # 2 minutes
# Find the battery device (first one found)
BATTERY=$(upower -e | grep battery | head -n1)