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

Example command in README causes error: unrecognized option '--symbols-font' #24

Open
LBlend opened this issue Aug 19, 2023 · 0 comments

Comments

@LBlend
Copy link

LBlend commented Aug 19, 2023

Using the command provided in your README

rofi \
  -show p \
  -modi p:'rofi-power-menu --symbols-font "Symbols Nerd Font Mono"' \
  -font "JetBrains Mono NF 16" \
  -theme Paper \
  -theme-str 'window {width: 8em;} listview {lines: 6;}'

Returns an error
rofi-power-menu: unrecognized option '--symbols-font'

Removing the single quotes from the 3rd line mitigates this issue.

However, the provided command still does not work as intended. Some symbols are not displayed correctly.
PXL_20230819_165235606

Now I do recognize that this is probably some error on my part but from what I can see everything should be fine.
Using fc-list, one can clearly see that the font used in the example is installed

~ fc-match "Symbols Nerd Font Mono"
SymbolsNerdFontMono-Regular.ttf: "Symbols Nerd Font Mono" "Regular"

Info

  • rofi-power-menu 3.0.1-1 (pacman)
  • ttf-nerd-fonts-symbols-mono 3.0.2-2 (pacman)
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

1 participant