Fully updated to the actual (Boussole v1) config and got rid of most things that shouldn't be there
This commit is contained in:
parent
6b616b44dd
commit
71f2b38a0d
192 changed files with 854 additions and 605 deletions
10
.config/hypr/scripts/.__afs88AC
Executable file
10
.config/hypr/scripts/.__afs88AC
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
time_elapsed=0
|
||||
while true; do
|
||||
hours=$(($time_elapsed/3600))
|
||||
minutes=$(($time_elapsed/60))
|
||||
seconds=$(($time_elapsed%60))
|
||||
printf '%02d:%02d:%02d\n' $hours $minutes $seconds
|
||||
echo "$hours:$minutes:$seconds"
|
||||
time_elapsed=$(($time_elapsed+1))
|
||||
sleep 1
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue