add tmux package and dotfiles

This commit is contained in:
desolate
2026-05-27 22:56:43 +03:00
parent c9399ce79c
commit 5b1e1f92ba
12 changed files with 173 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -eu pipefail
read -r bat_capacity </sys/class/power_supply/BAT0/capacity
battery="$bat_capacity"
echo "$battery"