You are not logged in.
I have tried many things but it cannot seem to change my status bar it just stays the same so I tried a vanilla argument to see if it worked so I used:
xsetroot -name myname
and it worked so I thought lets try it with the date now
xsetroot -name $(date)
but then it throws this error:
xsetroot: unrecognized argument 'Feb'
and I don't even know at this point what should I do to make I work.
Last edited by Bretwalda (2022-02-04 06:07:19)
Offline
Did you try
xsetroot -name "$(date)"Offline
Did you try
xsetroot -name "$(date)"
Thanks that has worked.
Offline