aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/waybar/style.css
Commit message (Collapse)AuthorAgeFilesLines
* fix(waybar): use text labels instead of nerd font iconsCraig Jennings2026-01-251-1/+1
| | | | | | | | Replace nerd font icons with text labels (CPU, MEM, DSK) since Berkeley Mono isn't a nerd font. Update font-family to prefer JetBrainsMono Nerd Font for future icon support. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(waybar): implement Hyprland-Rice inspired configCraig Jennings2026-01-251-28/+55
| | | | | | | | | | Clean minimal design with DWM color scheme: - Transparent bar with solid module groups - Golden accent border (#daa520) - Group/sysmonitor for cpu, memory, disk - Wireplumber audio with click/scroll controls - Hover transitions, box shadows - Berkeley Mono font
* fix(testing): remove obsolete --skip-slow-packages optionCraig Jennings2026-01-241-0/+68
This flag was removed from archsetup but remained in test scripts.