Commit Graph

269 Commits

Author SHA1 Message Date
vinceliuice
1358b497d9 Merge branch 'master' of github.com:vinceliuice/grub2-themes 2023-07-21 22:56:08 +08:00
vinceliuice
8383f6b4f8 Update install.sh 2023-07-21 22:51:22 +08:00
Vince
4c7bba04ac
Merge pull request #196 from Maik93/master
improve grub.bak existance check
2023-07-11 00:25:51 +08:00
Michael Mugnai
4deac71ab4
improve grub.bak existance check 2023-07-09 22:09:07 +02:00
vinceliuice
8cd0ea9b4a Update install.sh 2023-04-15 23:05:00 +08:00
vinceliuice
c1f9aeaf83 Merge branch 'master' of github.com:vinceliuice/grub2-themes 2023-04-15 22:47:38 +08:00
vinceliuice
d0a481efa1 Update install.sh 2023-04-15 22:46:16 +08:00
vinceliuice
7c0d8eb784 Fixed #191 2023-01-18 12:21:58 +08:00
vinceliuice
8a5ebe97fa Merge branch 'master' of github.com:vinceliuice/grub2-themes 2023-01-05 14:33:13 +08:00
vinceliuice
bde73b88ed Fixed #172 2023-01-05 14:32:40 +08:00
Vince
bfedd16365
Merge pull request #187 from AnotherGroupChat/master
Update Nix install for theme.txt control + fix module reference
2023-01-05 14:14:21 +08:00
dylan madisetti
7e8a1ea758
Allow for more granular control of theme.txt and update depricated way of reffering to modules 2022-11-18 12:35:17 -05:00
Vince
c106dfb9b5 update 2022-11-12 08:42:45 +08:00
Vince
7033bb66e5 Update README.md 2022-10-30 23:49:02 +08:00
Vince
b0dca256c3 Update README.md 2022-10-30 23:48:26 +08:00
Vince
ece050a022 Update README.md 2022-10-30 23:47:50 +08:00
Vince
530859b0b3 Update README.md 2022-10-30 23:41:38 +08:00
Vince
375b7d0f0a Update README.md 2022-10-30 23:39:27 +08:00
Vince
48338ec6a3 Update install.sh 2022-10-30 23:36:05 +08:00
Vince
e77cbfa662 Fixed #181 2022-10-30 23:20:45 +08:00
Vince
967a302d8f update 2022-10-23 19:44:08 +08:00
Vince
7ab56dc587
Merge pull request #180 from hyttmi/master
Remove override of THEME_DIR
2022-10-23 19:37:13 +08:00
Mika Hyttinen
8303aa2825 Remove override of THEME_DIR 2022-10-23 08:46:09 +03:00
Vince
b10a5fd4c8 update 2022-10-15 23:57:32 +08:00
Vince
8627f86ce5
Merge pull request #178 from dotlogix/Feature/UbuntuDDE
Fix alignments of icons and add ubuntuDDE
2022-10-15 23:46:51 +08:00
Alexander Schill
fd78958d50 Fix alignments of icons and add ubuntuDDE 2022-10-15 16:31:52 +02:00
Vince
c6e2967f06
Merge pull request #175 from Rdkang/master
Added theme variant name to the preview image
2022-08-31 02:02:35 +08:00
Rdkang
6b58676c4d
Added theme variant name to the preview image 2022-08-30 11:54:20 +01:00
Vince
fa74d1b6af
Merge pull request #162 from thomassdk/FixNixOSSupport
Make splashImage option a `nullOr` type
2022-03-28 00:26:11 +08:00
thomassdk
29dd80dd70 Make splashImage option a nullOr type 2022-03-27 15:52:59 +00:00
Vince
20a8f12488
Merge pull request #161 from PatrickJosh/fix-fedora-34-and-later
Update install.sh to fix installation on Fedora 34 and later.
2022-03-26 21:20:58 +08:00
Joshua Noeske
b5b4780418 Update install.sh to fix installation on Fedora 34 and later. 2022-03-26 10:50:37 +01:00
vinceliuice
3f5624833d update 2022-03-19 10:55:49 +08:00
vinceliuice
f4f3354233 Update install.sh 2022-03-19 10:32:20 +08:00
Vince
a4bff7bf91
Merge pull request #158 from AnotherGroupChat/nixos
Add NixOS support
2022-03-19 10:07:53 +08:00
Dylan Madisetti
86caf618c3
Merge branch 'vinceliuice:master' into nixos 2022-03-18 12:53:01 -04:00
madisetti
4f3b99cdf3
Added footer and enable option 2022-02-21 11:59:04 -05:00
Vince
53f899da9c
Merge pull request #155 from AnotherGroupChat/master
Added generate hook
2022-02-21 13:06:36 +08:00
madisetti
2fd6eb9b66
Needs to exit 0 2022-02-20 23:00:36 -05:00
madisetti
824064faa9
Move clear to remove busybox dependency 2022-02-20 22:46:11 -05:00
madisetti
70ff68055b
Added flake for grub on NixOS 2022-02-20 22:41:50 -05:00
madisetti
e5b869f186
Added generate hook 2022-02-20 22:26:29 -05:00
Vince
9e440c4bbc Update install.sh 2022-01-22 18:29:10 +08:00
Vince
468bee78f5
Merge pull request #151 from The-Plottwist/master
Pull request for 149'th issue
2022-01-16 12:51:38 +08:00
The-Plottwist
9d244c9d07 Fixed issue #149
In the old functionality, the current config file was being replaced with a backup file (if it had presented).
However, we now back-up the config file and replace the active theme line instead.
2022-01-15 22:36:57 +03:00
The-Plottwist
d27e1caf5f Little fixes
Almost always ```read``` command should be used with ```-r``` option.
Added some clarity about globals.
2022-01-15 21:15:50 +03:00
The-Plottwist
2824010b86 Improved Readability
Added section headers and made some rearrangements to improve readability.
Removed discouraged '$?' usage.
Added install_program function.
2022-01-15 21:11:14 +03:00
Vince
f1e03b4949 update 2021-12-07 11:29:49 +08:00
Vince
41de75c50e Update README.md 2021-12-05 14:18:39 +08:00
Vince
9b66c890ba update 2021-12-05 14:16:33 +08:00