Skip to content

raulinns/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Applications

Component Application
Window Manager Hyprland
Status Bar Waybar
App Launcher Wofi
Fetch Fastfetch
Editor Neovim

Hyprland (hypr/)

Config is split across multiple files:

hypr/
├── hyprland.conf       # Main config (env, rules, layout, etc.)
├── hyprlock.conf       # Lockscreen
├── hyprpaper.conf      # Wallpaper
└── conf/
    ├── monitor.conf    # Monitor setup
    ├── autostart.conf  # Startup programs
    └── binds.conf      # Keybindings

Waybar (waybar/)

Status bar layout:

  • Left: Hyprland workspaces, uptime
  • Center: Clock, battery
  • Right: Volume, network, bluetooth, RAM, tray

Hot reload on config change:

~/.config/waybar/reload.sh

Recommended font: JetBrains Mono Nerd Font


Wofi (wofi/)

wofi/
├── config
├── style.css               # Default style
├── style-wallpaper.css     # Wallpaper variant
└── style-waybar.css        # Waybar-matched variant

Fastfetch (fastfetch/)

System info fetcher with a custom HMIF logo.

fastfetch/
├── config.jsonc    # Module & layout config
├── HMIF.png        # Logo image
└── HMIF.txt        # ASCII logo fallback

Neovim (nvim/)

lazy.nvim based config. See nvim/README.md for full plugin list, LSP setup, and keymaps.


Installation

git clone <repo-url> ~/.config

Make sure all applications listed above are installed before applying this config.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors