Crylia / crylia-theme

A theme for AwesomeWM
520 stars 26 forks source link

[BUG] Probably missing some setting or dependency #9

Closed Tickle closed 2 years ago

Tickle commented 2 years ago

Describe the bug I cannot get Alacritty to actually use the font or rice that is set in the config file. I can also not get the mod+w rofi bind to work

image image

To Reproduce Steps to reproduce the behavior: Used Archinstall to get a fresh awesomewm install, switched to zsh. installed dependencies including nerd-fonts-complete. copied dotfiles.

Information (please complete the following information):

Crylia commented 2 years ago

The mod+w bind is actually a awesome menu that I removed because it lacks too many features. I forgot to remove that binding

The font issue is weird, it looks like you are using the right one tho. I downloaded the font files from here https://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k, maybe you got the wrong files?

Shorakie commented 2 years ago

i also had the same issue with the alacrity, i switched to kitty and the problem was gone.

Crylia commented 2 years ago

@Shorakie Did you install the MesloLGS NF Font?

Tickle commented 2 years ago

Figured out the font issue at least, on my system they were called MesloLGS Nerd Font and not MesloLGS NF. I've yet to find the config file for the lock screen so I cannot fix the same issue there.

Other than that I only have one issue and it's that I cannot get your alacritty rice to work by that I mean the bar above the terminal input whether it is some super strange PS1 or not I have no clue.

Shorakie commented 2 years ago

@Shorakie Did you install the MesloLGS NF Font?

No but i changed the Alacrity config to use another font in my case Fira Code. however today i tested alacrity again and it was rendering with correct letter width.

Shorakie commented 2 years ago

Other than that I only have one issue and it's that I cannot get your alacritty rice to work by that I mean the bar above the terminal input whether it is some super strange PS1 or not I have no clue.

if i have guessed correctly the owner is using oh-my-zsh with the power10k theme

Tickle commented 2 years ago

image True enough, thanks :)

One last question, if you are not using mod+w to launch programs without using a terminal then what are you using?

Crylia commented 2 years ago

@Tickle mod+d launches rofi, other than that there is always the dock.

Tickle commented 2 years ago

Ah yeah that is what I assumed, I am running into an issue with that bind "The following errors were detected when starting rofi: failed to resolve variable 'border' in: 'window { border-color: var(border);}'" covers the entire screen in white with that error in the top left

Crylia commented 2 years ago

@Tickle I think it would be best to open a new issue for that, but please make sure you are using rofi git and not the old version they package