From d638f631f4f03a7b359a4c12d7d679602c8d733a Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 18 Jan 2024 20:20:20 +0100 Subject: config --- conf/config.sample.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf/config.sample.yml (limited to 'conf/config.sample.yml') diff --git a/conf/config.sample.yml b/conf/config.sample.yml new file mode 100644 index 0000000..b711d45 --- /dev/null +++ b/conf/config.sample.yml @@ -0,0 +1,13 @@ +# straight forward +icons: true + +# keeps going after a successful login +loop: true + +# displays the percentage in the bottom right +percent: false + +# if set, will open your command in the specified terminal emulator. +# will handle the env variable $TERMINAL if set to this. if commented or unset, +# the command will replace hardflip +#terminal: alacritty -- cgit v1.2.3