{"id":23057960,"url":"https://github.com/samwhelp/grub-theme-cross","last_synced_at":"2025-04-03T06:15:50.717Z","repository":{"id":239319555,"uuid":"799189243","full_name":"samwhelp/grub-theme-cross","owner":"samwhelp","description":"grub-theme-cross","archived":false,"fork":false,"pushed_at":"2024-05-13T02:03:16.000Z","size":268,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T20:11:52.867Z","etag":null,"topics":["grub","grub-theme","grub-theme-glass","grub-theme-select","grub2","grub2-theme"],"latest_commit_sha":null,"homepage":"https://samwhelp.github.io/grub-theme-cross/","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-11T12:11:36.000Z","updated_at":"2024-05-13T02:03:19.000Z","dependencies_parsed_at":"2024-05-11T14:26:25.988Z","dependency_job_id":"56a5c71d-be30-425e-8113-32aa9aad280a","html_url":"https://github.com/samwhelp/grub-theme-cross","commit_stats":null,"previous_names":["samwhelp/grub-theme-cross"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fgrub-theme-cross","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fgrub-theme-cross/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fgrub-theme-cross/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fgrub-theme-cross/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samwhelp","download_url":"https://codeload.github.com/samwhelp/grub-theme-cross/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-glass","grub-theme-select","grub2","grub2-theme"],"created_at":"2024-12-16T02:14:07.722Z","updated_at":"2025-04-03T06:15:50.690Z","avatar_url":"https://github.com/samwhelp.png","language":"Shell","readme":"\n\n# grub-theme-cross\n\n| Link | GitHub |\n| ---- | ------ |\n| [grub-theme-cross](https://samwhelp.github.io/grub-theme-cross/) | [GitHub](https://github.com/samwhelp/grub-theme-cross) |\n\n\n\n\n## Subject\n\n* [Background Source](#background-source)\n* [Theme File](#theme-file)\n* [Install](#install)\n* [Apply](#apply)\n* [Helper](#helper)\n* [Docs](#docs)\n* [Grub Theme / Glass Series](#grub-theme--glass-series)\n* [Grub Theme / Image Creation](#grub-theme--image-creation)\n\n\n\n\n## Background Source\n\n* [iron man](https://www.reddit.com/r/wallpaper/comments/olengo/3840x2160_iron_man/)\n* [https://i.redd.it/1ai3l6g54kb71.jpg](https://i.redd.it/1ai3l6g54kb71.jpg)\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-cross/archive/refs/heads/main.tar.gz\" -O \"./tmp/grub-theme-cross-main.tar.gz\"\n\n\ntar xf \"./tmp/grub-theme-cross-main.tar.gz\" -C \"./tmp\"\n\n\nsudo mkdir -p \"/boot/grub/themes\"\n\nsudo cp -rf \"./tmp/grub-theme-cross-main/.\" \"/boot/grub/themes/grub-theme-cross\"\n\n```\n\nor run remote script [fetch.sh](https://github.com/samwhelp/grub-theme-cross/blob/main/helper/theme-installer/fetch.sh)\n\n``` sh\nbash \u003c(curl -L 'https://raw.githubusercontent.com/samwhelp/grub-theme-cross/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-cross/background.jpg'\nGRUB_THEME=\"/boot/grub/themes/grub-theme-cross/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-cross/background.jpg'\nGRUB_THEME=\"/boot/grub/themes/grub-theme-cross/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| [style-selector](helper/style-selector) |\n| [region-selector](helper/region-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\n\n\n\n## Grub Theme / Glass Series\n\n| Base | Remix |\n| ---- | ----- |\n| [grub-theme-score](https://github.com/samwhelp/grub-theme-score) | [grub-theme-score-remix](https://github.com/samwhelp/grub-theme-score-remix) |\n| [grub-theme-glass](https://github.com/samwhelp/grub-theme-glass) | [grub-theme-glass-remix](https://github.com/samwhelp/grub-theme-glass-remix) |\n| [grub-theme-cover](https://github.com/samwhelp/grub-theme-cover) | [grub-theme-cover-remix](https://github.com/samwhelp/grub-theme-cover-remix) |\n| [grub-theme-banner](https://github.com/samwhelp/grub-theme-banner) | [grub-theme-banner-remix](https://github.com/samwhelp/grub-theme-banner-remix) |\n| [grub-theme-cross](https://github.com/samwhelp/grub-theme-cross) | [grub-theme-cross-remix](https://github.com/samwhelp/grub-theme-cross-remix) |\n\n\n\n\n## Grub Theme / Image Creation\n\n| Link | GitHub |\n| ---- | ------ |\n| [demo-grub-theme-image-creation](https://samwhelp.github.io/demo-grub-theme-image-creation/) | [GitHub](https://github.com/samwhelp/demo-grub-theme-image-creation) |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Fgrub-theme-cross","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamwhelp%2Fgrub-theme-cross","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Fgrub-theme-cross/lists"}