90 lines
1.7 KiB
YAML
90 lines
1.7 KiB
YAML
|
classic: false
|
||
|
|
||
|
blocks:
|
||
|
- permission
|
||
|
- user
|
||
|
- group
|
||
|
- size
|
||
|
- date
|
||
|
- name
|
||
|
|
||
|
color:
|
||
|
when: auto
|
||
|
theme: custom
|
||
|
|
||
|
date: '+%A, %d %B %Y, %R'
|
||
|
|
||
|
# == Dereference ==
|
||
|
# Whether to dereference symbolic links.
|
||
|
# Possible values: false, true
|
||
|
dereference: false
|
||
|
|
||
|
# == Icons ==
|
||
|
icons:
|
||
|
when: auto
|
||
|
# Which icon theme to use.
|
||
|
# Possible values: fancy, unicode
|
||
|
theme: fancy
|
||
|
# Separator between icon and the name
|
||
|
# Default to 1 space
|
||
|
separator: ' '
|
||
|
|
||
|
# == Ignore Globs ==
|
||
|
# A list of globs to ignore when listing.
|
||
|
# ignore-globs:
|
||
|
# - .git
|
||
|
|
||
|
# == Indicators ==
|
||
|
# Whether to add indicator characters to certain listed files.
|
||
|
# Possible values: false, true
|
||
|
indicators: false
|
||
|
|
||
|
layout: grid
|
||
|
|
||
|
# == Recursion ==
|
||
|
recursion:
|
||
|
# Whether to enable recursion.
|
||
|
# Possible values: false, true
|
||
|
enabled: false
|
||
|
# How deep the recursion should go. This has to be a positive integer. Leave
|
||
|
# it unspecified for (virtually) infinite.
|
||
|
# depth: 3
|
||
|
|
||
|
size: default
|
||
|
|
||
|
permission: rwx
|
||
|
|
||
|
# == Sorting ==
|
||
|
sorting:
|
||
|
column: name
|
||
|
reverse: false
|
||
|
# Whether to group directories together and where.
|
||
|
# When "classic" is set, this is set to "none".
|
||
|
# Possible values: first, last, none
|
||
|
dir-grouping: first
|
||
|
|
||
|
# == No Symlink ==
|
||
|
# Whether to omit showing symlink targets
|
||
|
# Possible values: false, true
|
||
|
no-symlink: false
|
||
|
|
||
|
# == Total size ==
|
||
|
# Whether to display the total size of directories.
|
||
|
# Possible values: false, true
|
||
|
total-size: true
|
||
|
|
||
|
# == Hyperlink ==
|
||
|
# Attach hyperlink to filenames
|
||
|
# Possible values: always, auto, never
|
||
|
hyperlink: never
|
||
|
|
||
|
# == Symlink arrow ==
|
||
|
# Specifies how the symlink arrow display, chars in both ascii and utf8
|
||
|
symlink-arrow: ⇒
|
||
|
|
||
|
# == Header ==
|
||
|
# Whether to display block headers.
|
||
|
# Possible values: false, true
|
||
|
header: true
|
||
|
|