Skip to content

hartl3y94/hyprland-dots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Window ManagerHyprland 🎨 Tiles Everywhere!
  • ShellZsh 🐚 con starship Cross Shell Platform!
  • TerminalWezTerm 💻 A powerful term with gpu support!
  • PanelWaybar 🍧 Patched waybar following hyprland faq!
  • Notify DaemonDunst 🍃 Minimalist and functional!
  • LauncherRofi 🚀 Realmente rápido y customizable!
  • File ManagerRanger 🔖 custom!
  • GUI Basic-IDENyoom Rice IDE!

🌸 Setup

Install steps (Take care about it. Isn't a full tutorial)

Manual

Installation (Paq and deps)

First of all, this is a cute disclaimer. All of this settings are installed in Artix and in wayland only! I don't know how it work in other distro.

Using paru as AUR helper 🆘

# install paru... 
echo "### Installing paru as AUR Helper"
mkdir $HOME/Downloads/_cloned-repos
cd $HOME/Downloads/_cloned-repos
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si  

Install dependencies 📦

echo "### Installing Required Packages"
paru -S hyprland-git polkit-gnome ffmpeg neovim viewnior dunst rofi pavucontrol ranger zsh starship wl-clipboard wf-recorder swaybg grimblast-git ffmpegthumbnailer tumbler playerctl noise-suppression-for-voice

*If you want a Graphical file-manager

thunar thunar-archive-plugin 
ffmpegthumbnailer tumbler file-roller gvfs     
Clonamos y Copiamos
git clone https://github.com/linuxmobile/hyprland-dots $HOME/Downloads/hyprland-dots/
cd $HOME/Downloads/hyprland-dots/
rsync -avxHAXP --exclude '.git*' .* ~/  
As fonts i'm using Cartograph CF (patched with nerdfont) It's a licensed font, then select any font you like :3
mkdir -p $HOME/Downloads/nerdfonts/
cd $HOME/Downloads/
wget https://github.com/ryanoasis/nerd-fonts/releases/download/2.2.0-RC/CascadiaCode.zip
unzip '*.zip' -d $HOME/Downloads/nerdfonts/
rm -rf *.zip
sudo cp -R $HOME/Downloads/nerdfonts/ /usr/share/fonts/
Regenerate font cache
fc-cache -rv  

As gtk theme i'm using RosePine

Credits

Beauty community: r/unixporn.

© Artist who make Wallpapers, graphics and more

© All of mantainers of this amazing and opensource tools :3


© Owl4ce © Ilham25 © Siduck © NvChad © Rxyhn © AmitGold

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.9%
  • Shell 25.5%
  • Lua 4.8%
  • CSS 2.6%
  • Scheme 2.2%