Add fuzzel and waybar configs for Bazzite

Both are system defaults from /etc/xdg/ (no user overrides yet).
Fuzzel is the app launcher (Mod+D), waybar is the top panel.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mikhail Kilin
2026-03-01 14:05:48 +03:00
parent 85d01cefda
commit 19b7064afa
4 changed files with 670 additions and 1 deletions

View File

@@ -36,6 +36,10 @@ bazzite/ # Bazzite (Fedora) + Niri compositor configs
│ ├── colors.css
│ ├── gtk.css
│ └── settings.ini
├── fuzzel/fuzzel.ini
├── waybar/
│ ├── config.jsonc
│ └── style.css
├── xsettingsd/xsettingsd.conf
├── environment.d/intel-gtk-fix.conf
└── autostart/steam.desktop
@@ -73,6 +77,8 @@ Configs for Bazzite (Fedora Atomic) with Niri Wayland compositor.
| Config | Description |
|---|---|
| `niri/config.kdl` | Niri compositor |
| `fuzzel/fuzzel.ini` | App launcher |
| `waybar/` | Top panel (config + style) |
| `btop/btop.conf` | System monitor |
| `glow/glow.yml` | Terminal markdown viewer |
| `gtk-3.0/`, `gtk-4.0/` | GTK theme and colors |
@@ -96,7 +102,7 @@ brew install lazygit
```bash
# Symlink configs to ~/.config/
for dir in niri btop glow gtk-3.0 gtk-4.0 xsettingsd environment.d autostart; do
for dir in niri fuzzel waybar btop glow gtk-3.0 gtk-4.0 xsettingsd environment.d autostart; do
ln -sf ~/Docs/Projects/dotfiles/bazzite/$dir ~/.config/$dir
done
```