feh: Use theme configuration file instead of alias

This commit is contained in:
2024-10-22 19:01:04 +02:00
parent e85f13def7
commit 4ec1e81873
2 changed files with 12 additions and 1 deletions

11
.config/feh/themes Normal file
View File

@@ -0,0 +1,11 @@
# feh theme configuration file (see feh(1))
#
# > .config/feh/themes allows the naming of option groups, called themes. It
# > takes entries of the form "<theme> <options>...", where <theme> is the name
# > of the entry and <options> are the options which will be applied when the
# > theme is used.
#
# Themes can be be passed with the `-T, --theme` flag or set via the program
# name (e.g. with symlinks). By default feh will look for a "feh" theme.
feh --scale-down --image-bg '#898e8c'