aboutsummaryrefslogtreecommitdiff
path: root/scripts/.local/bin/personal/themes
blob: 1bce4828cac53dadc2354f7e35e09fa05e9389d4 (plain)
1
2
3
4
5
6
#!/bin/bash

dir="$HOME/.config/wal/colorschemes/dark"
theme=$(ls $dir | dmenu)

wally "$dir/$theme"