diff options
| author | Robert Günzler <r@gnzler.io> | 2022-09-28 19:35:32 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-09-28 19:35:32 +0200 |
| commit | d02ebebe68b84b6996bcf7e9e76fdabf0d69e47a (patch) | |
| tree | 4bfc389d405d2d70fc6eb5a3bcc601818463fa38 /.config/waybar/style.css | |
| parent | 807fc10b96d06761b63fcccf440454b359712369 (diff) | |
waybar: add hotspots module
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7f637a9..0cc379d 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -323,3 +323,11 @@ label:focus { /* border-top: 1px solid #941100; */ /* color: #941100; */ } + +#custom-hotspots { + border-top: 1px solid @urgent; + color: @dimmed; +} +#custom-hotspots.soon { + color: @urgent; +} |