No description
- modules-left: workspaces only (drop window title; GNOME doesn't show it) - modules-center: prominent clock pill with calendar tooltip styled in Kanagawa colors - modules-right: stats grouped as a single chip ending in a power button, rounded only at the outer edges so they read as one unit - per-module colors removed; right side uses neutral fg_dim, with accent reserved for the clock pill and warnings (battery low / network offline) - workspaces: persistent 1-5, dot indicators, hover lifts to brighter bg - clock: scroll = shift calendar month/year; right-click = mode toggle - audio: right-click = mute; backlight: scroll = adjust - power: clock-style accent, hover red, opens power-menu |
||
|---|---|---|
| .config | ||
| docs | ||
| install | ||
| .gitattributes | ||
| .gitconfig | ||
| .gitignore | ||
| .tmux.conf | ||
| .zshrc | ||
| LICENSE | ||
| README.md | ||
dotfiles
Linux/Arch focused dotfiles. Managed manually — symlink configs into place or copy as needed.
Quick Setup
# Clone
git clone <repo-url> ~/dotfiles
# Symlink configs
ln -sfn ~/dotfiles/.config/nvim ~/.config/nvim
ln -sfn ~/dotfiles/.config/tmux ~/.config/tmux
ln -sfn ~/dotfiles/.config/starship ~/.config/starship
ln -sfn ~/dotfiles/.config/lazygit ~/.config/lazygit
ln -sfn ~/dotfiles/.config/wezterm ~/.config/wezterm
ln -sfn ~/dotfiles/.config/zed ~/.config/zed
ln -sfn ~/dotfiles/.config/.ideavimrc ~/.ideavimrc
ln -sfn ~/dotfiles/.zshrc ~/.zshrc
ln -sfn ~/dotfiles/.gitconfig ~/.gitconfig
Dependencies (Arch)
sudo pacman -S --needed \
zsh \
zsh-syntax-highlighting \
zsh-autosuggestions \
fzf \
fd \
bat \
eza \
zoxide \
tmux \
lazygit \
neovim \
starship
Install nvm separately: https://github.com/nvm-sh/nvm
Theme
Kanagawa theme with two variants: dragon (dark) and wave (darker blue).
Set in shell:
export KANAGAWA_THEME="wave" # or "dragon"
Full desktop install (Arch + Hyprland)
For a fresh Arch system, the install/ directory sets up a minimal Hyprland
desktop and wires up these dotfiles — no framework, just pacman, yay, and
symlinks. See install/README.md. Quick start:
git clone https://github.com/brianpooe/dotfiles.git ~/dotfiles
~/dotfiles/install/install.sh