GithubHelp home page GithubHelp logo

paulie420 / dedsec-grub2-theme-random Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vandalbyte/dedsec-grub2-theme

0.0 0.0 0.0 257.09 MB

DedSec GRUB Theme 💀🖤 w/ random additions!!

Home Page: https://www.pling.com/p/1569525

License: GNU General Public License v3.0

dedsec-grub2-theme-random's Introduction

banner

This project has been moved to GitLab. Any future development will take place there. However, you can report issues / bugs via GitLab or GitHub

✔️ Installation

git clone --depth 1 https://gitlab.com/VandalByte/dedsec-grub-theme.git && cd dedsec-grub-theme
sudo python3 dedsec-theme.py --install

✔️ Manual Installation

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.

2️⃣ Copy the theme directory.

sudo cp -r dedsec /boot/grub/themes/

3️⃣ Make changes to the GRUB config file.

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.

4️⃣ Finally, update the grub.

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.

2️⃣ Copy the theme directory.

sudo cp -r dedsec /boot/grub2/themes/dedsec

3️⃣ Make changes to the GRUB config file.

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.

4️⃣ Finally, update the grub.

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

Now restart your computer the grub theme should be installed successfully, enjoy !!

NixOS

1️⃣ Add dedsec-grub-theme to your flake as nixos module

{
  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
      ];
    };
  };
}

2️⃣ Enable and configure grub theme

boot = {
  # Use the GRUB 2 boot loader.
  loader.grub = {
    enable = true;
    version = 2;

    dedsec-theme = {
      enable = true;
      style = "sitedown";
      icon = "color";
      resolution = "1080p";
    };
  };
};

3️⃣ Save changes and rebuild your nixos

sudo nixos-rebuild boot --flake .#mysystem

Now the theme should be installed successfully, enjoy !!

❌ Uninstallation

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 💕

Please consider 🤗 giving this project a star ⭐ if you liked it
To stay up to date on all future updates, follow me on 💬 Github, 💬 GitLab or 💬 Twitter

📸 Preview

Compact HackerDen Legion
Compact HackerDen Legion
Wrench Unite Mashup
Wrench Unite Mashup
SiteDown Trolls Comments
SiteDown Trolls Comments
Fuckery Tremor Reaper
Fuckery Tremor Reaper
Stalker Brainwash LoveTrap
Stalker Brainwash LoveTrap
Spyware Spam RedSkull
Spyware Spam RedSkull
Strike Firewall WannaCry
Strike Firewall WannaCry

dedsec-grub2-theme-random's People

Contributors

vandalbyte avatar software-ace avatar bigoudops avatar medanisjbara avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.