summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/fidget.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/fidget.fnl b/fnl/config/fidget.fnl
index 4699823..c99026c 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 {}))
+ (fidget.setup {:text {:spinner :arc}}))