feat: add waybar CSS styles for disk-monitor module #12
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/disk-monitor-css"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds styles for the
custom/disk-monitorwaybar 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 blinkanimation for 0.5s alternating blinkReuses the existing
@keyframes blink(line 184) — no duplicate keyframe added.Placed within the
/* custom modules */section alongside other custom module styles.Acceptance Criteria
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.