Skip to content

XMobar keeps showing "Updating..." for volume, brightness and power widgets #21

Answered by antoniosarosi
aholmes2534 asked this question in Q&A
Discussion options

You must be logged in to vote

How did you add .local/bin to $PATH? If you didn't use the full route it won't work:

export PATH=$HOME/.local/bin:$PATH

If the scripts work from a terminal when invoking them without the full path, like battery instead of ~/.local/bin/battery, then that's not the problem. Check if the file where $PATH is exported is actually executed when you login. If you do that in ~/.xprofile add a line similar to this one: touch ~/text.txt. If the file is created then that's not the problem either.

Last thing that comes to my mind right now is that in the xmobar config there's a line that uses a full route containing my user name.
.config/xmobar/primary.hs:

Run Com "/home/antonio/.config/xmobar/trayer…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aholmes2534
Comment options

Answer selected by aholmes2534
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants