diff options
author | Gustaf Rydholm <gustaf@nexure.io> | 2022-07-19 18:11:47 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf@nexure.io> | 2022-07-19 18:11:47 +0200 |
commit | 26e13074a601fd0351b0b99386f7290762cfd96c (patch) | |
tree | 01d797cbfbf8df92c6bdaf126e0a3cac3f0a3138 /fnl/config/fidget.fnl | |
parent | fce31d8894ce715826b2ced6031dc1806dadf421 (diff) |
Add fidget spinner config
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 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}})) |