summaryrefslogtreecommitdiff
path: root/bin/guiscripts/tothemes
blob: cef752fcd5c29b731c66e87b7b9e64d7e88155d6 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

tofi_path="$HOME/.config/tofi"
choice="$(find "$tofi_path/themes" -type f |
	xargs -I {} basename {} |
	tofi --placeholder-text "theme")"

ln -sf "$tofi_path/themes/${choice:-nord}" $tofi_path/config