{"id":20694722,"url":"https://github.com/sxoxgxi/scripts","last_synced_at":"2026-04-25T07:31:39.479Z","repository":{"id":262830787,"uuid":"888494113","full_name":"sxoxgxi/scripts","owner":"sxoxgxi","description":"This folder contains a collection of useful shell scripts that automate certain tasks on my system.","archived":false,"fork":false,"pushed_at":"2025-08-14T12:00:19.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-14T14:07:05.591Z","etag":null,"topics":["bash","scripts-collection"],"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/sxoxgxi.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,"zenodo":null}},"created_at":"2024-11-14T13:51:30.000Z","updated_at":"2025-08-14T12:00:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"47d2a94b-b591-41d1-a149-4928dc67b89b","html_url":"https://github.com/sxoxgxi/scripts","commit_stats":null,"previous_names":["sxoxgxi/scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sxoxgxi/scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sxoxgxi%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sxoxgxi%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sxoxgxi%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sxoxgxi%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sxoxgxi","download_url":"https://codeload.github.com/sxoxgxi/scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sxoxgxi%2Fscripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27760227,"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","status":"online","status_checked_at":"2025-12-16T02:00:10.477Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bash","scripts-collection"],"created_at":"2024-11-17T00:06:11.359Z","updated_at":"2025-12-16T06:12:26.282Z","avatar_url":"https://github.com/sxoxgxi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scripts Folder\n\nThis folder contains a collection of useful shell scripts that automate certain tasks on my system `fedora silverblue`. Below are the descriptions of the scripts included and how to use them.\n\n---\n\n## Scripts\n\n### 1. **grabsong.sh**\n\n\u003e Note: This script is available as a GNOME shell extension. Please see the [Grab Song](https://github.com/sxoxgxi/grabsong) for more details.\n\n- This script extracts the currently playing song's Spotify URL and automatically downloads it using `spotdl`.\n\n#### How to Use:\n\n- Ensure that you have `spotdl` installed on your system.\n- The script grabs the Spotify URL of the currently playing song through the `dbus-send` command.\n- It will then download the song into your `~/Music` folder (or another folder you specify in the script).\n\n### 2. **warp_manager.sh**\n\nThis script manages the `warp-svc` service for Cloudflare WARP, allowing you to start, stop, and check the WARP status.\n\n#### How to Use:\n\n- The script uses `systemctl` to manage the `warp-svc` service and `curl` to check if WARP is active or inactive by querying `https://www.cloudflare.com/cdn-cgi/trace/`.\n- It supports synonyms for commands (`start`, `enable`, `on` for starting and `stop`, `disable`, `off` for stopping).\n\n### 3. **alacritty_opacity.sh**\n\nThis script allows you to set the opacity or transparency of alacritty terminal window.\n\n#### How to Use:\n\n- The script modifies the `~/.config/alacritty/alacritty.toml` to alter the opacity of the terminal window.\n- It updates the opacity by `0.01` depending on `i` for increasing, `d` for decreasing, `full` for setting opacity to `1` and `reset` to revert back to `0.9`.\n\n---\n\n## Usage for Scripts:\n\n1. Make the script executable:\n   ```bash\n   chmod +x scriptname.sh\n   ```\n2. Run the script:\n   ```bash\n   ./scriptname.sh\n   ```\n3. Set an alias (Optional):\n\n   ```bash\n   nano ~/.bashrc  # For Bash\n   # Or\n   nano ~/.zshrc   # For Zsh\n\n   # Then add following to the file\n\n   alias scripalias=\"bash /path/to/scripts/scriptname.sh\"\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsxoxgxi%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsxoxgxi%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsxoxgxi%2Fscripts/lists"}