OneRandom1509
3fa5e0f312
fix: removed UEFI grub config file for fedora
2 years 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.
3 years ago
vinceliuice
de378454b5
Fixed #203
3 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.
3 years ago
vinceliuice
9c673d5a34
Update install.sh
3 years ago
anandusateesh
5a9e5b58a0
Fixed directory issues
3 years ago
vinceliuice
8d2f2e17b8
Update install.sh
3 years ago
vinceliuice
c991e3a3a7
Update install.sh
3 years ago
vinceliuice
bf840ebdb7
Update install.sh
3 years ago
vinceliuice
1358b497d9
Merge branch 'master' of github.com:vinceliuice/grub2-themes
3 years ago
vinceliuice
8383f6b4f8
Update install.sh
3 years ago
Michael Mugnai
4deac71ab4
improve grub.bak existance check
3 years ago
vinceliuice
8cd0ea9b4a
Update install.sh
3 years ago
Vince
48338ec6a3
Update install.sh
4 years ago
Vince
e77cbfa662
Fixed #181
4 years ago
Vince
967a302d8f
update
4 years ago
Mika Hyttinen
8303aa2825
Remove override of THEME_DIR
4 years ago
Joshua Noeske
b5b4780418
Update install.sh to fix installation on Fedora 34 and later.
4 years ago
vinceliuice
f4f3354233
Update install.sh
4 years ago
madisetti
2fd6eb9b66
Needs to exit 0
4 years ago
madisetti
824064faa9
Move clear to remove busybox dependency
4 years ago
madisetti
e5b869f186
Added generate hook
4 years ago
Vince
9e440c4bbc
Update install.sh
5 years ago
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.
5 years ago
The-Plottwist
d27e1caf5f
Little fixes
...
Almost always ```read``` command should be used with ```-r``` option.
Added some clarity about globals.
5 years ago
The-Plottwist
2824010b86
Improved Readability
...
Added section headers and made some rearrangements to improve readability.
Removed discouraged '$?' usage.
Added install_program function.
5 years ago
Vince
fd0f0717e1
Fixed #148
5 years ago
Vince
de33b1a2c3
Update install.sh
...
update
5 years ago
Vince
748c4c4e93
Update install.sh
5 years ago
Vince
8b0c63584b
Update install.sh
5 years ago
Vince
9527f1c408
Fixed #143
5 years ago
Vince
8851372401
Merge branch 'master' of github.com:vinceliuice/grub2-themes
5 years ago
Vince
c6b7fdfc8f
Update install.sh
5 years ago
Vince
a91e83254f
Fixed #137 #115
5 years ago
Vince
5a31c8d8e7
Fixed #126
5 years ago
vinceliuice
ab5ba9cf78
update
5 years ago
vinceliuice
aa3e2b3c04
update
5 years ago
Vince
8f4becc1a5
Merge pull request #121 from shaansubbaiah/patch-1
...
Update help function, prevent slaze and whitesur themes with ultrawide res
5 years ago
Vince
1ccc78c7a0
Fixed #124
5 years ago
pakaoraki
cd5eaf3b84
Fix missing unicode.pf2 in fedora
5 years ago
shaansubbaiah
9b2a9f41b9
Prevent slaze, whitesur themes with ultrawide res
5 years ago
Shaan Subbaiah
f4680564a9
Fix missing whitesur arguments in help function
5 years ago
vinceliuice
30c1a9162b
update
6 years ago
vinceliuice
5871779b04
Fixed Kali linux install issue #111
6 years ago
vinceliuice
1007834d93
Update install.sh
6 years ago
Roger Volden
1adb17bfa1
Added 1440p ultrawide options
6 years ago
vinceliuice
99c5be14a9
Update install.sh
6 years ago
Vince
f3b5e2783e
Update install.sh
6 years ago
Nurverek
aa8108f74b
[install.sh]
...
Fixed the following issues :
- The password prompt went all wonky if password was wrong
- The password prompt did not use system password cache and kept asking for password again on reruns of script
- Installation failed if the script was initially ran by "sudo" due to inability to preserve ownership of files during cp commands
- Security issue where the password prompt could be interrupted (Ctrl+C) and rerun without sleeping for few seconds first just like normal sudo failure in terminal
- The sudo command would no longer accept password from ANY commands system-wide if wrong password was given to the install script enough times!! (the only fix would be restarting the system)
6 years ago
Nurverek
f4b1a85ab0
- Reordered the $screen check function in pre-root part of install() to avoid unnecessary code execution in case the program exists early due to $screen error if ultrawide is selected with Slazy
...
- Minor grammatical error fixes
6 years ago