{"id":21346693,"url":"https://github.com/1337kid/noicegrub","last_synced_at":"2025-07-12T17:31:08.646Z","repository":{"id":154536121,"uuid":"630413270","full_name":"1337kid/NoiceGRUB","owner":"1337kid","description":"NoiceGRUB is a collection of linear gradient based GRUB2 themes that can be customised.","archived":false,"fork":false,"pushed_at":"2024-05-17T15:17:07.000Z","size":4723,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-18T15:49:41.181Z","etag":null,"topics":["bootscreen","grub","grub2","grub2-theme","grub2-themes","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://www.pling.com/p/2021257/","language":"Python","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/1337kid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-04-20T10:24:50.000Z","updated_at":"2024-05-17T15:13:55.000Z","dependencies_parsed_at":"2023-10-17T02:08:21.877Z","dependency_job_id":"5e0fe4d0-4a17-4ee6-a031-cb7413dcd4c2","html_url":"https://github.com/1337kid/NoiceGRUB","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1337kid%2FNoiceGRUB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1337kid%2FNoiceGRUB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1337kid%2FNoiceGRUB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1337kid%2FNoiceGRUB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1337kid","download_url":"https://codeload.github.com/1337kid/NoiceGRUB/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225829068,"owners_count":17530666,"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":["bootscreen","grub","grub2","grub2-theme","grub2-themes","hacktoberfest"],"created_at":"2024-11-22T02:10:31.716Z","updated_at":"2024-11-22T02:10:32.353Z","avatar_url":"https://github.com/1337kid.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NoiceGRUB\n#### NoiceGRUB is a collection of linear gradient based GRUB2 themes that can be customised. By default NoiceGRUB comes with 5 templates and 10 presets.\n# Contents\n* [**Installation**][1]\n* [**Presets**][2]\n    * [**Create Your Own Preset**][3]\n    * [**Preset Gallery**][4]\n\n![Screenshot](img/screenshot.png)\n## [Installation][1]\n```bash\ngit clone https://github.com/1337kid/NoiceGRUB.git\ncd NoiceGRUB\npython3 -m virtualenv .venv\nsource .venv/bin/activate\npip3 install -r requirements.txt\npython3 NoiceGRUB.py\n```\n## [Presets][2]\n### [Create Your Own Preset][3]\nNoiceGRUB preset files have the syntax of TOML and ends with `.toml` extension. Your own preset shall be placed in `presets` folder. It will be shown in the preset menu when you execute `NoiceGRUB.py` \u003cbr/\u003e\u003cbr/\u003e\nFonts are placed in `fonts` folder. User defined fonts should be place in this folder to be recognised by NoiceGRUB\n#### File format\n```toml\ntemplate='template name here'\n\n# This section is mandatory and defines background.png file\n[background]\nprimary=\"primary gradient colour\"\nsecondary=\"secondary gradient colour\"\nheader_font_colour = \"header font colour or 'BOOTMENU' text colour\"\nfooter_font_colour = \"footer font colour or GRUB keymap text colour\"\nselection_bg_colour = \"backgound colour of selection highlighter\"\nselection_font = \"font size in pixels (integer)\"\nfont_family = \".ttf or .otf font filename\"\n\n# This section defines theme.txt file and is mandatory too\n[theme]\nfont_colour = \"#000\"\nselection_font_colour = \"#d0c4f5\"\nlabel_colour = \"#d0c4f5\"\n\n# This section is optional and it depends on the template\n[extra]\n```\n#### Noice template extra section\n```toml\n[extra]\nmenuboxbg=[\"menu box background colour\"]\npolygon=[\"primary gradeint colour of topright polygon\",\"secondary gradient colour\"]\nellipse=[\"primary gradeint colour of bottomright eliipse\",\"secondary gradient colour\"]\ncircle=[\"primary gradeint colour of topleft circle\",\"secondary gradient colour\"]\ntriangle=[\"background colour of bottom left triangle\"]\n```\n#### TheMan template extra section\n```toml\n[extra]\ncentreleftlines=[\"centre-left lines, primary gradient colour\",\"secondary gradient colour\",\"tertiary gradient colour\"]\nbottomrightlines=[\"bottomright lines, primary gradient colour\",\"secondary gradient colour\"]\nman=[\"primary gradient colour of the man\",\"secondary gradient colour\"]\npolygon=[\"colour of bottomleft polygon\"]\nhexagon=[\"colour of topright hexagon\"]\n```\n#### Mountains template extra section\n```toml\n[extra]\nmenubox=['menubox background colour']\nmountains=[\"primary gradient colour of the mountain\",\"secondary gradient colour\"]\ncircle=[\"primary gradient colour of topleft circle\",\"secondary gradient colour\"]\n```\n### [Preset Gallery][4]\n\n| GradientGuy|VioBlue|\n:-:|:-:\n| ![](img/1.png \"GradientGuy\") | ![](img/5.png \"VioBlue\") |\n\n| Noice|TheSky|\n:-:|:-:\n| ![](img/3.png \"Noice\") | ![](img/4.png \"TheSky\") |\n\n| Mountains|Mountains2|\n:-:|:-:\n| ![](img/7.png \"Mountains\") | ![](img/8.png \"Mountains2\") |\n\n| Lightlime|Wildfire|\n:-:|:-:\n| ![](img/2.png \"Lightlime\") | ![](img/6.png \"Wildfire\") |\n\n\n[1]: #installation\n[2]: #presets\n[3]: #create-your-own-preset\n[4]: #preset-gallery\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1337kid%2Fnoicegrub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1337kid%2Fnoicegrub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1337kid%2Fnoicegrub/lists"}