diff --git a/gitpull.sh b/gitpull.sh index e622e0c..067aa3a 100755 --- a/gitpull.sh +++ b/gitpull.sh @@ -1,4 +1,6 @@ #!/bin/bash read -p "Do you really want to pull the lastest version? " c -git pull --rebase +git reset --hard HEAD +git clean -f -d +git pull diff --git a/qtile/__pycache__/config.cpython-310.pyc b/qtile/__pycache__/config.cpython-310.pyc index a9ecd55..9822e1d 100644 Binary files a/qtile/__pycache__/config.cpython-310.pyc and b/qtile/__pycache__/config.cpython-310.pyc differ diff --git a/qtile/config.py b/qtile/config.py index 57203fc..8ed9f0b 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -207,10 +207,6 @@ screens = [ text='|', foreground=ColorC, ), - widget.TextBox( - text='|', - foreground=ColorC, - ), widget.Clock( format="%Y-%m-%d %a %I:%M %p", ),