tobi-wan-kenobi / bumblebee-status

bumblebee-status is a modular, theme-able status line generator for the i3 window manager.
https://bumblebee-status.readthedocs.io/en/main/
MIT License
1.2k stars 229 forks source link

Version 2.2.0: ~ is not expanded anymore to home dir #1002

Closed cmon1701 closed 8 months ago

cmon1701 commented 8 months ago

Bug Report

Description

Affected module: shell Version used: pip

~ is not expanded anymore to home dir

How to reproduce

pip install --user --force-reinstall bumblebee-status==2.2.0 shell.command="~/bin/command.sh" does not work anymore, shell.command="/home/user/bin/command.sh" works

This problem did not exist in the previous version 2.1.5: pip install --user --force-reinstall bumblebee-status==2.1.5