adi1090x / polybar-themes

A huge collection of polybar themes with different styles, colors and variants.
GNU General Public License v3.0
5.6k stars 408 forks source link

The logout is not working like it has not executed and I cant see the battery and network icons #107

Open Xanaxus opened 3 years ago

Xanaxus commented 3 years ago

openbox

OS: Manjaro kde then installed openbox WM: Openbox only

I am getting this error for the wifi/ network Disabling module "network" (reason: basic_string::_M_construct null not valid) and the mpd is not working as its saying connection refused

iSparsh commented 3 years ago

Can you share your network and battery modules from modules.ini file? Edit: I can’t help you with mpd since I don’t use it.. but I may be able to with battery and network.

Xanaxus commented 3 years ago

Hey I fixed the battery and Wi-Fi bars. Could you help me with the logout/lock/sleep functionality? I am not able to logout even after pressing enter or tapping it Powermenu.sh

iSparsh commented 3 years ago

I can’t seem to open the image link you sent, but I think you either

  1. Don’t have betterlockscreen installed
  2. I see here `# if [[ -f /usr/bin/betterlockscreen ]]; then betterlockscreen -l

    fi `

    Your lines are commented. Remove the # and I think you should be good to go for locking/logout

For sleep it depends on your window manager and you’ll have to search the window manager functions for that.

General tips tho.. you should use “suspend” instead of sleep as it does the same thing (almost). Use lock functionality instead of logout (it’s easier + it’s the same)