From de41acff1f9429edfabee0e26f2fbb3b8071d4a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Wed, 6 Apr 2022 23:37:30 +0300 Subject: [PATCH] Add binary wallpaper as submodule --- .config/crontab | 6 ++++-- .gitmodules | 3 +++ GitRepositories/binary-wallpaper | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) create mode 160000 GitRepositories/binary-wallpaper diff --git a/.config/crontab b/.config/crontab index ab3e879..712cf83 100644 --- a/.config/crontab +++ b/.config/crontab @@ -19,7 +19,9 @@ XDG_RUNTIME_DIR=/run/user/1000 * * * * * /home/sahin/scripts/check-battery.sh 6 -# At every 15th minute past every hour from 6 through 16. -*/15 06-16 * * * curl 'https://sks.itu.edu.tr/ExternalPages/sks/yemek-menu-v2/uzerinde-calisilan/yemek-menu.aspx' 2>/dev/null | grep -oP "js-nyro-modal.*?>\K(.+?)(?=<[is].*>)" > /home/sahin/.cronresults/todaysmenu +# At every 15th minute past every hour from 6 through 19. +*/15 06-19 * * * curl 'https://sks.itu.edu.tr/ExternalPages/sks/yemek-menu-v2/uzerinde-calisilan/yemek-menu.aspx' 2>/dev/null | grep -oP "js-nyro-modal.*?>\K(.+?)(?=<[is].*>)" > /home/sahin/.cronresults/todaysmenu * * * * * cat /var/spool/cron/sahin > /home/sahin/.config/crontab + +* * * * * /home/sahin/GitRepositories/binary-wallpaper/set_binary_wallpaper.sh diff --git a/.gitmodules b/.gitmodules index 930fb67..4089818 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,3 +12,6 @@ path = GitRepositories/rofi-bluetooth url = https://github.com/nickclyde/rofi-bluetooth.git ignore = dirty +[submodule "GitRepositories/binary-wallpaper"] + path = GitRepositories/binary-wallpaper + url = https://github.com/Asocia/binary-clock-wallpaper.git diff --git a/GitRepositories/binary-wallpaper b/GitRepositories/binary-wallpaper new file mode 160000 index 0000000..0cc04e7 --- /dev/null +++ b/GitRepositories/binary-wallpaper @@ -0,0 +1 @@ +Subproject commit 0cc04e7ce430903a490ac1af2bc83ee64a16017e