(Scripts)~minor adjustments

This commit is contained in:
2024-09-08 02:53:02 +01:00
parent df4d28987d
commit 47e7501fb6
3 changed files with 4 additions and 4 deletions

View File

@@ -4,10 +4,10 @@ case "$(printf "new\nstop\nrestart\neshell\nmail" | dmenu -p "eserver: ")" in
"restart")
emacsclient --eval "(save-buffers-kill-emacs)" && \
emacs --bg-daemon && \
notify-send "eselect: Restarted Emacs server";;
notify-send "eselect: Restarted server";;
"stop")
emacsclient --eval "(save-buffers-kill-emacs)" && \
notify-send "eselect: Halted Emacs server";;
notify-send "eselect: Halted server";;
"new")
notify-send "eselect: Launching Emacs" && \
emacsclient -c -a "";;

View File

@@ -3,5 +3,5 @@
for v in $(seq 1 $1)
do
$TERMINAL -e sh -c "figlet ${v} && echo \"Press any key to exit...\" && read" &
sleep 0.5
sleep 0.3
done

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
capacity=$(cat /sys/class/power_supply/BAT0/capacity) || break
status=$(cat /sys/class/power_supply/BAT0/status)
time_left=$($HOME/.local/scripts/status/battery_time_left);
status=""
if [[ $status == "Charging" ]]
then
status=""