Refactor: Change from using xprop to xsetroot
This commit is contained in:
parent
3ee3574351
commit
b79e5bbcd0
@ -136,7 +136,7 @@ while :; do
|
|||||||
if [[ "${DT_ON}" -ne 0 ]]; then
|
if [[ "${DT_ON}" -ne 0 ]]; then
|
||||||
add_stat "$(status_dt)" "${DT_SYM}"
|
add_stat "$(status_dt)" "${DT_SYM}"
|
||||||
fi
|
fi
|
||||||
xprop -root -set WM_NAME " ${status} "
|
xsetroot -name " ${status} "
|
||||||
|
|
||||||
# Sleep until the beginning of the next minute, this way when we are showing
|
# Sleep until the beginning of the next minute, this way when we are showing
|
||||||
# the time, the status updates on the minute
|
# the time, the status updates on the minute
|
||||||
|
Loading…
Reference in New Issue
Block a user