Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network bar does not appear, and also receive an error #11

Open
FrenzyExists opened this issue May 30, 2020 · 1 comment
Open

Network bar does not appear, and also receive an error #11

FrenzyExists opened this issue May 30, 2020 · 1 comment

Comments

@FrenzyExists
Copy link

FrenzyExists commented May 30, 2020

error: Disabling module "network_2" (reason: Missing parameter "module/network_2.ramp-signal-0")

Hi! I'm somewhat a novice guy in working with polybar and .ini files. I'm getting this error after executing polybar. I'm not sure if I'm using correctly the script, this is what I have in the network module:

[module/network_2]
type = internal/network
format-background = ${color.blue}
format-padding = 2
format-connected = %{A1:$HOME/.config/polybar/scripts/nmcli-rofi:}%{A}
format-disconnected = %{A1:$HOME/.config/polybar/scripts/nmcli-rofi:}icon-or-label%{A}

What I'm doing wrong? If the fix is dumb-simple I apologize, I'm still getting used to polybar and configuring dotfiles in general.

@sinetoami
Copy link
Collaborator

sinetoami commented Jun 3, 2020

@FrenzyExists Probably it's because that you forgot to put <ramp-signal> before %{A} on format-connected attribute.

format-connected = %{A1:$HOME/.config/polybar/scripts/nmcli-rofi:}<ramp-signal>%{A}

Let me know if works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants