Update Bar

This commit is contained in:
Stephan Raabe 2023-02-15 22:12:11 +01:00
parent bd0c537940
commit 8cdd09fb90
3 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -207,10 +207,6 @@ screens = [
text='|',
foreground=ColorC,
),
widget.TextBox(
text='|',
foreground=ColorC,
),
widget.Clock(
format="%Y-%m-%d %a %I:%M %p",
),