{"id":27166145,"url":"https://github.com/shricodev/bin-scripts","last_synced_at":"2025-04-09T03:38:20.679Z","repository":{"id":276282967,"uuid":"835607622","full_name":"shricodev/bin-scripts","owner":"shricodev","description":"Shell scripts I use in my daily workflow","archived":false,"fork":false,"pushed_at":"2025-02-07T09:26:52.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T10:27:35.462Z","etag":null,"topics":["shell","shell-scripting","showcase"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shricodev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-30T07:15:19.000Z","updated_at":"2025-02-07T09:26:55.000Z","dependencies_parsed_at":"2025-02-07T10:37:56.378Z","dependency_job_id":null,"html_url":"https://github.com/shricodev/bin-scripts","commit_stats":null,"previous_names":["shricodev/bin-scripts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shricodev%2Fbin-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shricodev%2Fbin-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shricodev%2Fbin-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shricodev%2Fbin-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shricodev","download_url":"https://codeload.github.com/shricodev/bin-scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247974603,"owners_count":21026742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["shell","shell-scripting","showcase"],"created_at":"2025-04-09T03:38:20.161Z","updated_at":"2025-04-09T03:38:20.674Z","avatar_url":"https://github.com/shricodev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Custom Scripts\n\nThis repo holds some of my custom build scripts. My custom functions and aliases are all in my [dotfiles](https://github.com/shricodev/dotfiles.git) repository.\n\n### Root Cron jobs\n\nCron job for the `root` user.\n\n```bash\n# m h dom mon dow\n@reboot (sleep 3; echo 18 \u003e /sys/class/backlight/nvidia_0/brightness) \u0026\n\n# First day of every month at 4:30 pm\n30 16 1 * * /usr/bin/trash-empty --all-users -f\n\n# Every Sunday at 4pm\n0 16 * * 0 /usr/bin/reflector --latest 20 --protocol https --sort rate --save /etc/pacman.d/mirrorlist\n```\n\n### User Cron jobs\n\nCron job for regular user with `sudo` privilege.\n\n```bash\n# m h dom mon dow\n\n# Run every 3 hour\n0 */3 * * * /bin/bash /home/shricodev/bin/gnome-change-wallpaper\n\n# Run every sunday at 4pm\n0 16 * * 0 XDG_RUNTIME_DIR=/run/user/$(id -u) notify-send -t 10000 \"Time for System Update?\" \"It's time to update the Arch system.\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshricodev%2Fbin-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshricodev%2Fbin-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshricodev%2Fbin-scripts/lists"}