Update Bar
This commit is contained in:
parent
bd0c537940
commit
8cdd09fb90
@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
read -p "Do you really want to pull the lastest version? " c
|
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
|
||||||
|
Binary file not shown.
@ -207,10 +207,6 @@ screens = [
|
|||||||
text='|',
|
text='|',
|
||||||
foreground=ColorC,
|
foreground=ColorC,
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
|
||||||
text='|',
|
|
||||||
foreground=ColorC,
|
|
||||||
),
|
|
||||||
widget.Clock(
|
widget.Clock(
|
||||||
format="%Y-%m-%d %a %I:%M %p",
|
format="%Y-%m-%d %a %I:%M %p",
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user