diff options
| author | ryukamish <[email protected]> | 2026-04-11 18:26:09 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-11 18:26:09 +0530 |
| commit | ea10292e2c04efff760b2a55db00d0f03fd59a72 (patch) | |
| tree | eebf2e5f4edfa6778342c3eb689899262e3ab304 /waybar/style.css | |
| parent | b3474e85dcce03e7de0b4a4e30ff7fad1f38ee26 (diff) | |
add: module indicator for screen recording
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/waybar/style.css b/waybar/style.css index f6734ca..3e0f04a 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -27,3 +27,8 @@ window#waybar { #tray { padding: 0 8px; } + +/* custom modules */ +#custom-screenrecording-indicator { + color: #ff0000; +} |
