Skip to content

NotMugil/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Logo

stars GitHub Issues or Pull Requests LICENSE

showcase

Information

⚙️ Setup

Warning

This is a step by step guide for installing my dotfiles which is designed based on Arch Linux (and other Arch-based distributions). If you are running any other system, install the following packages with your respective OS's package manager.

Manual Installation

Note

Assuming that your AUR helper is yay. To install yay on your arch based system, follow the instructions mentioned here.

  1. Installing git version of Hyprland
yay -Sy hyprland-git
  1. Installing required dependencies
yay -Sy kitty nano rofi-wayland swaync waybar playerctl mpv grim slurp jq bc pamixer pavucontrol \
waybar-cava cava xdg-desktop-portal-hyprland wl-clipboard socat cliphist hyprpicker \
nm-connection-editor dictd wl-clip-persist-git blueman bluez bluez-utils nwg-look \
wlogout ttf-space-mono-nerd brightnessctl neovim thunar imv yazi \
catppuccin-gtk-theme-mocha nm-connection-editor btop nvtop fastfetch neofetch \
spicetify 
  1. Finally, Installing the dotfiles

Cloning the repository into your local system.

  git clone https://github.com/NotMugil/dotfiles.git
  cd dotfiles

Copy the configs to their respective directories. Make sure to backup your previous configs if needed.

  cp -r .config/* ~/.config/
  cp -r .scripts/* ~/

Congratulations, you are done installing the configurations! 🎉

🖼️ Gallery

Note

Images included in the gallery may contain some softwares which may not be included in the packages list or the configurations.

Lockscreen
gallery-1
Wallpaper Selector
gallery-2
Custom Startpage for firefox
gallery-3
Spotify (Spicetified) & Audio Visualizer
gallery-4
Rofi Menu from adi1090x
gallery-5
Notification Center (SwayNC)
gallery-6
Neofetch
gallery-7
Btop + tty-clock
gallery-8

💻 Development

Known Issues

  • Spacing in waybar style: minimal
  • Auto refresh for bluetooth, battery module in waybar
  • naming wallpapers with whitespaces causes issues with rofi
  • Rofi and wallpaper select only focuses after mouse movement (fixed by installing rofi-wayland instead of regular rofi)

Tasks

  • Symlink management
  • Prepare Contrubuting.md
  • Wlogout configuration
  • More panel styles && panel selector

Star History

Star History Chart

Credits

Thanks a lot for r/unixporn community for inspiring me to do this.