feat: hypr, neomutt, newsboat, pass

This commit is contained in:
ange 2024-02-02 22:58:07 +01:00
parent 82ebb9bc4b
commit 908d26dc96
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
55 changed files with 568 additions and 558 deletions

View file

@ -7,9 +7,9 @@ function round() {
if [ "$mod" -lt "$((closest / 2))" ]; then
echo "$((nb - mod))"
return
else
echo "$((nb + closest - mod))"
fi
echo "$((nb + closest - mod))"
}
function get_current() {