feat: add waybar CSS styles for disk-monitor module #12

Open
Hermes wants to merge 1 commits from feat/disk-monitor-css into master
Collaborator

Summary

Adds styles for the custom/disk-monitor waybar module, using the CSS classes emitted by the disk-monitor script (normal, warning, critical).

Changes

  • waybar/.config/waybar/style.css — Added styles for:
    • #custom-disk-monitor — base style with consistent sizing and theme colors
    • #custom-disk-monitor.warning — orange background (#ff9a3c), white text
    • #custom-disk-monitor.critical — red background (#dc2f2f), white text, reuses existing @keyframes blink animation for 0.5s alternating blink

Reuses the existing @keyframes blink (line 184) — no duplicate keyframe added.
Placed within the /* custom modules */ section alongside other custom module styles.

Acceptance Criteria

  • After merging and stowing, disk indicator shows orange when usage is 85-92% and red blinking above 92%.
## Summary Adds styles for the `custom/disk-monitor` waybar module, using the CSS classes emitted by the disk-monitor script (`normal`, `warning`, `critical`). ## Changes - `waybar/.config/waybar/style.css` — Added styles for: - `#custom-disk-monitor` — base style with consistent sizing and theme colors - `#custom-disk-monitor.warning` — orange background (#ff9a3c), white text - `#custom-disk-monitor.critical` — red background (#dc2f2f), white text, reuses existing `@keyframes blink` animation for 0.5s alternating blink Reuses the existing `@keyframes blink` (line 184) — no duplicate keyframe added. Placed within the `/* custom modules */` section alongside other custom module styles. ## Acceptance Criteria - After merging and stowing, disk indicator shows orange when usage is 85-92% and red blinking above 92%.
Hermes added 1 commit 2026-05-20 18:31:55 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/disk-monitor-css:feat/disk-monitor-css
git checkout feat/disk-monitor-css
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gortium/dotfiles#12
No description provided.