mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Update status bar
This commit is contained in:
parent
d64ce4661c
commit
1786dd5e22
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
import sys
|
||||
import time
|
||||
|
||||
|
@ -32,7 +31,7 @@ def status(sec):
|
|||
"""Toolbar progressive status
|
||||
"""
|
||||
if _meta_.prg_bar in ["on", "ON"]:
|
||||
syms = ["\\", "|", "/", "-"]
|
||||
syms = ["|", "/", "-", "\\"]
|
||||
for sym in syms:
|
||||
sys.stdout.write("\b{0}{1}{2}".format(_meta_.color["GREY"], sym,
|
||||
_meta_.color["ENDC"]))
|
||||
|
|
Loading…
Add table
Reference in a new issue