mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2025-12-20 15:25:24 +05:30
7 lines
85 B
Bash
Executable File
7 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for i in $(seq 5);do
|
|
notify-send "$(date)" -r 3 -t 1200 &
|
|
sleep 1
|
|
done
|