💄 style(grub): Add grub theme
This commit is contained in:
parent
e5df6cddab
commit
5ffc5df1aa
2 changed files with 7 additions and 0 deletions
4
.chezmoiexternals/grub.toml
Normal file
4
.chezmoiexternals/grub.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[".themes/grub/catppuccin"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/catppuccin/grub.git"
|
||||
refreshPeriod = "672h"
|
3
.chezmoiscripts/run_after_update-grub-theme.fish
Normal file
3
.chezmoiscripts/run_after_update-grub-theme.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
sudo cp -r ~/.themes/grub/catppuccin/src/* /usr/share/grub/themes/
|
Loading…
Reference in a new issue