5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
source ~/.config/polybar/rest_timer_module/config.sh
|
|
|
|
echo $(("$TOTAL_MINUTES" * 60)) >"$STATE_REST_TIMER"
|