{"id":23057980,"url":"https://github.com/samwhelp/grub-theme-bigsur-refactoring","last_synced_at":"2025-04-03T06:15:53.167Z","repository":{"id":237497257,"uuid":"794559710","full_name":"samwhelp/grub-theme-bigsur-refactoring","owner":"samwhelp","description":"grub-theme-bigsur-refactoring","archived":false,"fork":false,"pushed_at":"2024-05-08T09:09:27.000Z","size":3042,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T20:12:04.545Z","etag":null,"topics":["grub","grub-theme","grub-theme-refactoring","grub2","grub2-theme"],"latest_commit_sha":null,"homepage":"https://samwhelp.github.io/grub-theme-bigsur-refactoring/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samwhelp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-01T13:13:31.000Z","updated_at":"2024-05-08T09:09:30.000Z","dependencies_parsed_at":"2025-02-08T20:11:36.808Z","dependency_job_id":"255b3c34-6a1b-48ca-93b1-3f6b4171f92b","html_url":"https://github.com/samwhelp/grub-theme-bigsur-refactoring","commit_stats":null,"previous_names":["samwhelp/grub-theme-bigsur-refactoring"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fgrub-theme-bigsur-refactoring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fgrub-theme-bigsur-refactoring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fgrub-theme-bigsur-refactoring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fgrub-theme-bigsur-refactoring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samwhelp","download_url":"https://codeload.github.com/samwhelp/grub-theme-bigsur-refactoring/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246944384,"owners_count":20858772,"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":["grub","grub-theme","grub-theme-refactoring","grub2","grub2-theme"],"created_at":"2024-12-16T02:14:08.869Z","updated_at":"2025-04-03T06:15:53.127Z","avatar_url":"https://github.com/samwhelp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# grub-theme-bigsur-refactoring\n\n| Link | GitHub |\n| ---- | ------ |\n| [grub-theme-bigsur-refactoring](https://samwhelp.github.io/grub-theme-bigsur-refactoring/) | [GitHub](https://github.com/samwhelp/grub-theme-bigsur-refactoring) |\n| [grub-theme-refactoring](https://samwhelp.github.io/grub-theme-refactoring) | [GitHub](https://github.com/samwhelp/grub-theme-refactoring) |\n| [grub-theme-refactoring-select](https://samwhelp.github.io/grub-theme-refactoring-select/) | [GitHub](https://github.com/samwhelp/grub-theme-refactoring-select) |\n\n\n\n\n## Subject\n\n* [Theme Source](#theme-source)\n* [Theme File](#theme-file)\n* [Install](#install)\n* [Apply](#apply)\n* [Helper](#helper)\n* [Docs](#docs)\n\n\n\n\n## Theme Source\n\n| Theme Source |\n| ------ |\n| [Pling](https://www.pling.com/p/1443844/) |\n| [GitHub](https://github.com/Teraskull/bigsur-grub2-theme) |\n\n\n\n\n\n## Theme File\n\n| Theme File                       |\n| -------------------------------- |\n| [theme.txt](theme.txt)           |\n| [background.jpg](background.jpg) |\n\n\n\n\n## Install\n\nrun\n\n``` sh\n\nmkdir -p \"./tmp\"\n\nwget -c \"https://github.com/samwhelp/grub-theme-bigsur-refactoring/archive/refs/heads/main.tar.gz\" -O \"./tmp/grub-theme-bigsur-refactoring-main.tar.gz\"\n\n\ntar xf \"./tmp/grub-theme-bigsur-refactoring-main.tar.gz\" -C \"./tmp\"\n\n\nsudo mkdir -p \"/boot/grub/themes\"\n\nsudo cp -rf \"./tmp/grub-theme-bigsur-refactoring-main/.\" \"/boot/grub/themes/grub-theme-bigsur-refactoring\"\n\n```\n\nor run remote script [fetch.sh](https://github.com/samwhelp/grub-theme-bigsur-refactoring/blob/main/helper/theme-installer/fetch.sh)\n\n``` sh\nbash \u003c(curl -L 'https://raw.githubusercontent.com/samwhelp/grub-theme-bigsur-refactoring/main/helper/theme-installer/fetch.sh')\n```\n\n\n\n\n## Apply\n\nedit `/etc/default/grub`\n\n```\nGRUB_BACKGROUND='/boot/grub/themes/grub-theme-bigsur-refactoring/background.jpg'\nGRUB_THEME=\"/boot/grub/themes/grub-theme-bigsur-refactoring/theme.txt\"\n```\n\nor create file `/etc/default/grub.d/theme.cfg`, run\n\n``` sh\ncat \u003c\u003c EOF | sudo tee /etc/default/grub.d/theme.cfg\nGRUB_BACKGROUND='/boot/grub/themes/grub-theme-bigsur-refactoring/background.jpg'\nGRUB_THEME=\"/boot/grub/themes/grub-theme-bigsur-refactoring/theme.txt\"\n\nEOF\n```\n\n\nthen run\n\n``` sh\nsudo update-grub\n```\n\nor run\n\n``` sh\nsudo grub-mkconfig -o /boot/grub/grub.cfg\n```\n\n\n\n\n## Helper\n\n| Helper |\n| ------ |\n| [background-selector](helper/background-selector) |\n\n\n\n\n## Docs\n\n| Grub Docs |\n| ---- |\n| [Theme file format](https://www.gnu.org/software/grub/manual/grub/html_node/Theme-file-format.html) |\n\n\n\n\n## Styled Boxes\n\n| Region              | Region          | Region              |\n| ------------------- | --------------- | ------------------- |\n| 1. Northwest (`nw`) | 2. North (`n`)  | 3. Northeast (`ne`) |\n| 4. West (`w`)       | 5. Center (`c`) | 6. East (`e`)       |\n| 7. Southwest (`sw`) | 8. South (`s`)  | 9. Southeast (`se`) |\n\n\u003e menu-box file name\n\n| Region               | Region              | Region               |\n| -------------------- | ------------------- | -------------------- |\n| 1. `menu-box-nw.png` | 2. `menu-box-n.png` | 3. `menu-box-ne.png` |\n| 4. `menu-box-w.png`  | 5. `menu-box-c.png` | 6. `menu-box-e.png`  |\n| 7. `menu-box-sw.png` | 8. `menu-box-s.png` | 9. `menu-box-se.png` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Fgrub-theme-bigsur-refactoring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamwhelp%2Fgrub-theme-bigsur-refactoring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Fgrub-theme-bigsur-refactoring/lists"}