You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use eww update .. to update vars on my bar. This is easy if I execute the command with the same user. Thats great.
However, if I am a different user, I would also like to update the values of a “foreign” bar.
Example: I use scripts that are executed by udev and are executed as root. I could now switch the desktop user and set up all environment vars and run eww update. This is a lot of work if you want to make the execution fast and easy to avoid too much overhead.
The following as root works to update a "user" bar.
Description of the requested feature
I can use
eww update ..
to update vars on my bar. This is easy if I execute the command with the same user. Thats great.However, if I am a different user, I would also like to update the values of a “foreign” bar.
Example: I use scripts that are executed by udev and are executed as root. I could now switch the desktop user and set up all environment vars and
run eww
update. This is a lot of work if you want to make the execution fast and easy to avoid too much overhead.The following as root works to update a "user" bar.
But it seems more like a workaround. I set the env vars and have to use
-c
to get it working.The text was updated successfully, but these errors were encountered: