summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf@nexure.io>2022-07-19 18:11:47 +0200
committerGustaf Rydholm <gustaf@nexure.io>2022-07-19 18:11:47 +0200
commit26e13074a601fd0351b0b99386f7290762cfd96c (patch)
tree01d797cbfbf8df92c6bdaf126e0a3cac3f0a3138 /fnl/config
parentfce31d8894ce715826b2ced6031dc1806dadf421 (diff)
Add fidget spinner config
Diffstat (limited to 'fnl/config')
-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}}))