From 4ec1e81873554bedebd52d7600ccde8d1f53b119 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Tue, 22 Oct 2024 19:01:04 +0200 Subject: [PATCH] feh: Use theme configuration file instead of alias --- .config/feh/themes | 11 +++++++++++ .config/zsh/zshrc.d/30-alias.zsh | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .config/feh/themes diff --git a/.config/feh/themes b/.config/feh/themes new file mode 100644 index 0000000..7f90a6c --- /dev/null +++ b/.config/feh/themes @@ -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 " ...", where is the name +# > of the entry and 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' diff --git a/.config/zsh/zshrc.d/30-alias.zsh b/.config/zsh/zshrc.d/30-alias.zsh index 7ccc5c0..48a3b15 100644 --- a/.config/zsh/zshrc.d/30-alias.zsh +++ b/.config/zsh/zshrc.d/30-alias.zsh @@ -189,7 +189,7 @@ fi add_flags rm -I add_flags mkdir -p add_flags lsblk -o NAME,LABEL,FSTYPE,SIZE,FSAVAIL,MOUNTPOINT - add_flags feh --scale-down --image-bg "'#898e8c'" --start-at + add_flags feh --start-at # Use multiple jobs when making add_flags make -j # Bulk renaming with (almost) all files and directly modifying the