Update hyprland QOL and niri, waybar for niri

This commit is contained in:
Antoine Phan
2025-05-24 22:23:42 -04:00
parent 986b8cbaed
commit dbaadad869
5 changed files with 47 additions and 13 deletions

View File

@@ -1,5 +1,4 @@
# dotfiles
My configuration and styling for things I use on my Linux PC, while embracing the power of GNU Stow and symlink!
```sh
@@ -34,4 +33,19 @@ pacman -Qs | grep "local/" | awk '{print $1}' - | awk -F '/' '{print $2}' > allP
- (Re)Installing all packages back
```sh
cat allPackages.txt | yay -S - --needed
```
```
# Actively using programs
- Shell: `zsh` with `oh-my-zsh`
- Terminal: `alacritty`
- WM: `hyprland` and (slowly configuring) `niri`
- Wallpaper: `hyprpaper`
- Notification: `mako`
- Lock: `swaylock`
- Bar: `waybar`
- Menu: `wofi` and `wofi-emoji`
- Audio: `wireplumber`
- Tools:
- `tmux`
- `neovim`