Skip to content

Hyprland rice 🍚 for my Arch Linux System.

Notifications You must be signed in to change notification settings

mranv/HyprNest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪺 HyprNest 🪺: Hyprland Rice 🍚 for my Arch Linux System.

Info:

Colorschemes:

colorschemes Note: Currently, the colorscheme-changer changes colors for kitty, waybar, hyprlock and eww widgets.

Installation:

Prerequisites:

  • Arch Linux; may also work on a Arch-based distribution [not tested].
  • sudo privileges.
  • Active internet connection.

Manual Install:

  1. Install an AUR Helper: An AUR helper simplifies the installation of AUR packages. (eg, yay, paru).

  2. Make sure you have already enabled networkmanager and bluetooth services.

  3. Install the following packages with your aur helper:

jq ripgrep alsa-utils sof-firmware pipewire wireplumber pipewire-alsa pipewire-pulse brightnessctl blueman hyprland hyprlock waybar xdg-utils xdg-user-dirs rofi-lbonn-wayland-git kitty neovim wl-clipboard thunar thunar-volman tumbler gvfs thefuck grim slurp swayimg gtk3 libdbusmenu-glib libdbusmenu-gtk3 gtk-layer-shell dunst playerctl ffmpeg vlc gammastep lsd starship fastfetch cava btop swww waypaper firefox ttf-jetbrains-mono-nerd ttf-victor-mono-nerd adobe-source-han-sans-jp-fonts otf-opendyslexic-nerd nwg-look gradience
  1. Clone the following zsh-plugins in your ~/.local/share/zsh-plugins directory (make one, if directory already not present):

Note: (zsh-plugin installation is optional; if you don't want them: just remove the lines that source those plugins in the ~/.zshrc)

  1. Clone this repo and copy everything under .config and Pictures(optional) directory to your .config and Picures directory:
git clone https://github/com/d-shubh./HyprNest.git
cd HyprNest
cp -r .config/* $HOME/.config/
cp -r Pictures $HOME
cp .zshrc $HOME
  1. Reboot your system. And... your are done ;-)

Install via script:

  • Clone this repository change into the HyprNest directory:
git clone https://github.com/d-shubh/HyprNest.git
cd Hyprnest
  • Make the Script Executable:
chmod +x install.sh
  • Run the Script:
./install.sh
  • Follow On-Screen Prompts: The script may prompt you for confirmation or input during the installation process. Read and follow the prompts carefully.
  • Reboot your system after the script finishes its execution and... you are done ;-)

Future changes:

  • Replace eww with ags (eww caused me issues in some ways it shouldn't T_T )
  • same for waybar (so... less dependencies?)

Side notes:

  • You might also want to configure the gtk theme using:
    • nwg-look: a GTK3 settings editor, designed to work properly in wlroots-based Wayland environment.
    • Gradience: a tool for customizing Libadwaita applications and the adw-gtk3 theme.
  • Gtk theme used in the video showcase is decay-gtk.

✨ Special thanks to:

About

Hyprland rice 🍚 for my Arch Linux System.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 44.1%
  • CSS 29.3%
  • Lua 19.1%
  • GLSL 7.5%