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/config.jsonc | |
| parent | 807fc10b96d06761b63fcccf440454b359712369 (diff) | |
waybar: add hotspots module
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 28c1af5..d30d87a 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -45,7 +45,7 @@ // ------------------------------------------------------------------------ // - "modules-center": ["custom/weather", "clock#local", "clock#utc", "custom/timetracked"], + "modules-center": ["custom/weather", "clock#local", "clock#utc", "clock#extra", "custom/timetracked", "custom/hotspots"], "custom/weather": { "format": "{icon} {percentage}℃", |