diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-27 15:08:47 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-07-27 15:08:47 -0400 |
| commit | bbab0439c734d938bcbc319acb464432f9419f28 (patch) | |
| tree | de11880dad927b59a4dc63bacc9e5541cefd7873 | |
| parent | d2410e7b029b3b131fdf55e440e182c0367ae201 (diff) | |
| download | home-bbab0439c734d938bcbc319acb464432f9419f28.tar.gz | |
modules/wob: adjust indicator orientation
| -rw-r--r-- | modules/wob.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/wob.nix b/modules/wob.nix index 3a79ce2..25636ad 100644 --- a/modules/wob.nix +++ b/modules/wob.nix @@ -33,7 +33,8 @@ in border_size = 1; border_offset = 0; overflow_mode = "nowrap"; - anchor = "top right"; + # anchor = "top right"; + anchor = "top center"; height = 25; }; }; |