Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2017-05-03 16:10:13 +03:00
commit c78cb78ff0
72 changed files with 3570 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/zsh
frozenbar_cfgdir="$XDG_CONFIG_HOME/frozenbar"
declare e cmd position=1
declare -a cmds
while IFS=':' read -r name _ cmd args; do
cmds+=( "$cmd" ${(s: :)args} )
done < "$frozenbar_cfgdir/rc.d/simple_launcher.rc"
$cmds[$1]