Skip to content

Commit

Permalink
add name for textwidth binary from Guix
Browse files Browse the repository at this point in the history
makes the panel work on guix
  • Loading branch information
samtinel authored and t-wissmann committed Nov 27, 2019
1 parent ed89f56 commit 8c78994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/panel.sh
Expand Up @@ -30,6 +30,8 @@ if which textwidth &> /dev/null ; then
textwidth="textwidth";
elif which dzen2-textwidth &> /dev/null ; then
textwidth="dzen2-textwidth";
elif which xftwidth &> /dev/null ; then # For guix
textwidth="xtfwidth";
else
echo "This script requires the textwidth tool of the dzen2 project."
exit 1
Expand Down

0 comments on commit 8c78994

Please sign in to comment.