aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/waybar/config
Commit message (Collapse)AuthorAgeFilesLines
* feat(waybar): add warning/critical color thresholds for temperature and diskCraig Jennings2026-01-271-4/+6
| | | | | | | | Temperature turns yellow at 70°C, red at 80°C using built-in waybar states. Disk replaced with custom script that turns yellow at 80% full, red at 90%, working across ZFS/btrfs/ext4. Colors themed per dupre/hudson. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(waybar): add idle_inhibitor module for caffeine replacementCraig Jennings2026-01-261-0/+11
| | | | | Click to toggle idle inhibition (prevents screen lock/sleep). Added spacing before tray for cleaner appearance.
* feat(waybar): enhance status bar with icons, modules, and interactivityCraig Jennings2026-01-251-12/+62
| | | | | | | | | | | | | | | | | - Add nerd font icons (large size) for cpu, memory, disk, temperature, volume - Add temperature module next to CPU in sysmonitor group - Add battery module with warning/critical states - Add custom netspeed module with fixed-width output and SSID tooltip - Add layout indicator with clickable cycling through layouts - Add window title module to left panel - Add network scratchpad with nmtui (click netspeed to toggle) - Add toggle-scratchpad script to handle focus-loss auto-close - Make sysmonitor modules clickable to toggle monitor scratchpad - Add right-click on volume to toggle audio scratchpad - Update clock format to "Sun, Jan 25 2025 08:04 PM CST" - Remove nm-applet from autostart (replaced by nmtui scratchpad) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix(waybar): use text labels instead of nerd font iconsCraig Jennings2026-01-251-3/+3
| | | | | | | | 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-25/+51
| | | | | | | | | | 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/+50
This flag was removed from archsetup but remained in test scripts.