projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8600491
)
Currently I do not have battery
author
Sergey Matveev <stargrave@stargrave.org>
Tue, 3 Sep 2019 05:55:33 +0000 (08:55 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Tue, 3 Sep 2019 07:04:42 +0000 (10:04 +0300)
x/.xinitrc
patch
|
blob
|
history
diff --git
a/x/.xinitrc
b/x/.xinitrc
index 3f0453b2e0a440fe1eff78c00145dcd7cd527e26..af61b7856151e368caac0adbd8adf65789bd01a5 100755
(executable)
--- a/
x/.xinitrc
+++ b/
x/.xinitrc
@@
-4,8
+4,7
@@
xsetroot -solid \#222222 &
xset b off
# xrdb ~/.Xresources
while :; do
- life=$(apm -l)
- xsetroot -name "$life% $(date "+%Y-%m-%dT%H:%M:%S")"
+ xsetroot -name "$(date "+%Y-%m-%dT%H:%M:%S")"
sleep 20
done &
rm -f ~/.ssh/agent ; ssh-agent -a ~/.ssh/agent