Commit Graph

320 Commits (d73179c4ea89e71901f1f1f62260a94b08a7edf3)
 

Author SHA1 Message Date
Zhiyong (Justin) He d73179c4ea
Update flake.nix
add imagemagick
5 months ago
Zhiyong (Justin) He daa8aef95f
Update install.sh to make it work for customised resolution 5 months ago
Zhiyong (Justin) He 9aa7e35d71
Update flake.nix to fix a bug
ERROR: Unrecognized screen variant 'custom'.
5 months ago
Zhiyong (Justin) He 7cff52a245
Update flake.nix to allow customised resolution for NixOS 5 months ago
vinceliuice e3a5ea51ae update 6 months ago
Vince fa5ec95db0
Merge pull request #229 from paragi/master
Add Nobara Linux icons
6 months ago
Simon Rigét 454f4c6d92
Delete github 6 months ago
Simon Rigét 97ddfd915b
Delete excess file 6 months ago
paragi d522f301ef Added Nobara icon 6 months ago
paragi cb1539e4e8 Added Nobara Linux icons 6 months ago
vinceliuice 775e4f7487 Update install.sh 6 months ago
vinceliuice 8357e49262 Fixed issues 6 months ago
Vince a69383892e
Merge pull request #227 from quatquatt/update-wiki-link
Update link to point to the new nixos wiki
7 months ago
quatquatt 896ca7f9c9
update link from the former, unofficial nixos wiki page to the new https://wiki.nixos.org 7 months ago
vinceliuice c47af2ef5d Update install.sh 7 months ago
Vince 0628270f03
Merge pull request #222 from MasterEvarior/master
Added instructions on how to use the flake.nix
9 months ago
MasterEvarior d9316d1acc Added instructions on how to use the flake.nix 9 months ago
Vince ce56cfb5c6 Fixed #220 10 months ago
vinceliuice b732fe3fad update 11 months ago
vinceliuice a9dab5cce1 Revert "Merge pull request #218 from damian101/master"
This reverts commit 30be255898, reversing
changes made to 8ddd471937.
11 months ago
Vince 30be255898
Merge pull request #218 from damian101/master
Smaller images, losslessly optimized
11 months ago
Vince 8ddd471937
Merge pull request #217 from leon-erd/master
Nix: fix extension of splashImage
11 months ago
Vince 704cef3017
Merge pull request #216 from OneRandom1509/master
fix: fixed grub.cfg directory issues in install.sh for fedora
11 months ago
Damian Höster 515ce57ffb Smaller images, losslessly optimized
1. `oxipng -o max -Z --fast` on all PNGs
2. `ect -30035`on preview and banner
3. `ect -80085 -progressive` on all other PNGs and all JPEGs
11 months ago
Leon a634923206 Nix: fix extension of splashImage 11 months ago
OneRandom1509 8c9aade1fa chore: removed duplicate mkconfig command for fedora 12 months ago
OneRandom1509 0d7ea30481 chore: changed mkconfig directory to boot/grub2/grub.cfg 12 months ago
OneRandom1509 179e2c21a1 fix: removed UEFI grub fonts file for fedora 12 months ago
OneRandom1509 3fa5e0f312 fix: removed UEFI grub config file for fedora 12 months ago
Vince eda1b86dd8
Merge pull request #208 from trytomakeyouprivate/master
added opensuse microOS and Fedora Atomic Desktop commands
1 year ago
Vince d296515893
Merge pull request #209 from daniel-j-guenther/patch-1
Update README.md
1 year ago
Vince 82c47cfa55
Merge pull request #212 from h4m6urg1r/master
flake.nix simplified splashImage changing
1 year ago
Hamburgir d5c82f7213 flake.nix simplified splashImage changing
Fixed problem that occured when setting custom spalsh image for NixOS
1 year ago
Daniel Guenther 42aa89641b
Update README.md
See in issues. Enjoy 2024
1 year ago
trytomakeyouprivate 9f0d2837ed
added opensuse microOS and Fedora Atomic Desktop commands
Applying those works on Fedora Atomic! It should work the same on OpenSuse microOS as on regular OpenSuse too.
1 year ago
vinceliuice 000171da27 Fixed #205 1 year ago
Vince 9843327eb6
Merge pull request #204 from varris1/flake-fix
flake.nix: Change deprecated string type to str
2 years ago
Varris c8f6113801 flake.nix: Change deprecated string type to str 2 years ago
vinceliuice de378454b5 Fixed #203 2 years ago
Vince 7da365a621
Merge pull request #202 from hotime/patch-3
chore: reset group ID and remove inkscape:label for deepin, kubuntu, xubuntu in svg files
2 years ago
hotime f07021174e chore: reset group ID and remove inkscape:label for deepin, kubuntu, xubuntu in svg files
logos-color.svg
[deepin]
id="g2" -> id="deepin"
remove inkscape:label="deepin"
id="path2-3" -> id="path67"
remove inkscape:label="path67"
[kubuntu]
id="g1" -> id="kubuntu"
remove inkscape:label="kubuntu"

logos-white.svg
[deepin]
id="g1" -> id="deepin"
remove inkscape:label="deepin"
id="path2-3" -> id="path60"
remove inkscape:label="path60"

logos-whitesur.svg
[deepin]
id="g2" -> id="deepin"
remove inkscape:label="deepin"
id="path2-3" -> id="path330"
remove inkscape:label="path330"
[xubuntu]
id="g1" -> id="xubuntu"
remove inkscape:label="xubuntu"
2 years ago
Vince f3fc65d3a2
Merge pull request #201 from hotime/patch-2
update icons: deepin, brunch-settings; fine tune icon parameters.
2 years ago
hotime 960ac1a172 update icons: deepin, brunch-settings; fine tune icon parameters.
1, update deepin icons to make the icon closer to the deepin logo, while also making the style suitable for this theme.
2, update brunch-settings icon for colors-white.svg, whitch has a different style effect from other icons of the colors-white style.
3, remove redundant element "g536" in group xubuntu for logos-whitesur.svg.
4, fine tune icon parameters like X,Y,width,height datas in SVG files, whitch has uncorrect datas. For example, all icon group in svg files are supposed to be 32.000x32.000, but a few icons are 32.001x32.001, and more...
2 years ago
Vince 02ec0a888b
Merge pull request #200 from hotime/patch-1
fix: the old background reappears for a few seconds
2 years ago
hotime cd5fee4582
fix: the old background reappears for a few seconds
Add replacing or appending "GRUB_BACKGROUND" surpport for file "/etc/default/grub" to fix "the old background reappears for a few seconds" bug.
2 years ago
vinceliuice 9c673d5a34 Update install.sh 2 years ago
Vince 20c00af363
Merge pull request #198 from anandusateeshNSUT/master
Fixed directory issues for fedora in the install.sh itself
2 years ago
anandusateesh 5a9e5b58a0
Fixed directory issues 2 years ago
vinceliuice 8d2f2e17b8 Update install.sh 2 years ago
vinceliuice c991e3a3a7 Update install.sh 2 years ago