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.in | |
| parent | 807fc10b96d06761b63fcccf440454b359712369 (diff) | |
waybar: add hotspots module
Diffstat (limited to '.config/waybar/style.css.in')
| -rw-r--r-- | .config/waybar/style.css.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/waybar/style.css.in b/.config/waybar/style.css.in index 075b83c..460853c 100644 --- a/.config/waybar/style.css.in +++ b/.config/waybar/style.css.in @@ -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; +} |