first commit

This commit is contained in:
coolnsx
2022-11-09 16:00:53 +05:30
commit c625600e3d
35 changed files with 2913 additions and 0 deletions

6
hypr/date Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
for i in $(seq 5);do
notify-send "$(date)" -r 3 -t 1200 &
sleep 1
done