aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-07 00:07:31 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-07 00:07:31 +0000
commit808a1eae6c088e07f3ce88e08c1615ee2da55384 (patch)
treec8c0ccbf26f6ba503cc6c31161b5cd9ab21fd97c /zsh
parentee542f5334862ccd7bdcdd857544ec936de2b904 (diff)
downloaddotfiles-808a1eae6c088e07f3ce88e08c1615ee2da55384.tar.gz
dotfiles-808a1eae6c088e07f3ce88e08c1615ee2da55384.zip
Add function to change theme
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zsh/function.zsh5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zsh/function.zsh b/zsh/.zsh/function.zsh
index d3dcca7..1fc7baa 100644
--- a/zsh/.zsh/function.zsh
+++ b/zsh/.zsh/function.zsh
@@ -20,3 +20,8 @@ fdd() {
-o -type d -print 2> /dev/null | fzf +m) &&
cd "$dir"
}
+
+wal-tile() {
+ wal -n -i "$@"
+ feh --bg-tile "$(< "${HOME}/.cache/wal/wal")"
+}