git clone --depth 1 https://gitlab.com/VandalByte/dedsec-grub-theme.git && cd dedsec-grub-theme
sudo python3 dedsec-theme.py --install
Debian 💀 Ubuntu 💀 Arch
1️⃣ Download your favourite version of the theme from Pling.
Now extract your downloaded .zip file.
Either manually extract it or use the command below. ( Here I'm using 'brainwash' version of my theme as an example )
unzip dedsec-brainwash-1080p.zip
The rest of the commands are the same for all the theme styles.
sudo cp -r dedsec /boot/grub/themes/
sudo nano /etc/default/grub
Find the line GRUB_THEME=
then change it to GRUB_THEME="/boot/grub/themes/dedsec/theme.txt"
Then save the file.
sudo grub-mkconfig -o /boot/grub/grub.cfg
Now the theme should be installed successfully, enjoy !!
Fedora 💀 Redhat
1️⃣ Download your favourite version of the theme from Pling.
Now extract your downloaded .zip file.
Either manually extract it or use the command below. ( Here I'm using 'brainwash' version of my theme as an example )
unzip dedsec-brainwash-1080p.zip
The rest of the commands are the same for all the theme styles.
sudo cp -r dedsec /boot/grub2/themes/dedsec
sudo nano /etc/default/grub
Find the line GRUB_THEME=
then change it to GRUB_THEME="/boot/grub2/themes/dedsec/theme.txt"
Change the line GRUB_TERMINAL_OUTPUT=console
to this (comment it out) #GRUB_TERMINAL_OUTPUT=console
Then save the file.
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Now restart your computer the grub theme should be installed successfully, enjoy !!
NixOS
{
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
dedsec-grub-theme = {
url = gitlab:VandalByte/dedsec-grub-theme;
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, dedsec-grub-theme }: {
nixosConfigurations.mysystem = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
dedsec-grub-theme.nixosModule
./path/to/your/configuration.nix
];
};
};
}
boot = {
# Use the GRUB 2 boot loader.
loader.grub = {
enable = true;
version = 2;
dedsec-theme = {
enable = true;
style = "sitedown";
icon = "color";
resolution = "1080p";
};
};
};
sudo nixos-rebuild boot --flake .#mysystem
Now the theme should be installed successfully, enjoy !!
sudo python3 dedsec-theme.py --uninstall
With a little effort the theme's text colours, progress bar colours, progress bar text, and so on can all be customised in theme.txt
to your liking 💕
Compact | HackerDen | Legion |
Wrench | Unite | Mashup |
SiteDown | Trolls | Comments |
Fuckery | Tremor | Reaper |
Stalker | Brainwash | LoveTrap |
Spyware | Spam | RedSkull |
Strike | Firewall | WannaCry |