feat(waybar): add privacy module

This commit is contained in:
lightly-toasted 2025-09-19 16:25:10 +09:00
parent ce336d10b1
commit 047043e4e5
2 changed files with 18 additions and 1 deletions

View file

@ -197,3 +197,10 @@ label:focus {
margin: 6px 3px;
min-width: 16px;
}
#privacy {
background-color: #daad50;
color: #422d10;
padding: 0 10px;
margin: 5px 3px;
}