diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 18:34:30 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 18:34:30 +0200 |
commit | 9e25de6a21a21cffdf8adf642cdb5999878c17f1 (patch) | |
tree | a0ba2d7c93434367854fac47806caf75674988d0 /fnl/config/fidget.fnl | |
parent | 26e13074a601fd0351b0b99386f7290762cfd96c (diff) |
Change spinner to snake
Diffstat (limited to 'fnl/config/fidget.fnl')
-rw-r--r-- | fnl/config/fidget.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/fidget.fnl b/fnl/config/fidget.fnl index c99026c..734d1c9 100644 --- a/fnl/config/fidget.fnl +++ b/fnl/config/fidget.fnl @@ -2,4 +2,4 @@ (module config.fidget {autoload {: util}}) (let [fidget (util.load-plugin :fidget)] - (fidget.setup {:text {:spinner :arc}})) + (fidget.setup {:text {:spinner :dots_snake}})) |