cenunix / dotfiles-old

GNU General Public License v3.0
142 stars 10 forks source link

Issues with the eww bar #10

Closed suhaylmv closed 1 year ago

suhaylmv commented 1 year ago

As you can see from the photo of the bar, some things are displayed incorrectly: the widget in the right of virtual desktops and an icon missing in the right of wifi. Also I would like to remove 5 widgets which are on the left of the clock, how can I do it? bugged eww bar

cenunix commented 1 year ago

I see your issue, I will restructure some of the eww config so that it will be very easy for you to remove or add widgets as you'd like. I will also update the list of installed packages you have to include the fonts used for icons. For reference here are the two packages you can install from the AUR which should fix this: ttf-font-awesome and ttf-jetbrains-mono-nerd. I will post another comment here when I have restructured the eww config, this will allow you to comment out a few lines and then remove/add widgets as you like. Thanks for your feedback!

suhaylmv commented 1 year ago

Thanks for your effort and such a quick response!

cenunix commented 1 year ago

hey I'm working on a neater solution, but for now you can go into .config/eww/fool_moon/bar/eww.yuck and comment out the widgets you dont want or remove them. here you can see I commented out a few under the right widget. Also keep in mind if you are interested in keeping your dotfiles managed with chezmoi you should be pulling changes from this github repo and then running chezmoi apply, while checking to see when chezmoi prompts you to override changes, you can choose to keep your own (skip), overwrite them (overwrite option), or open a diff to see the changes. You can read on chezmoi's documentation more in depth for info, also note the chezmoi re-add command which re-add all of the files back into chezmoi's directory and hence the git repository. you can use chezmoi cd to see where chezmoi is storing the files if you used chezmoi like in the readme. image

suhaylmv commented 1 year ago

It works, thanks. When I have time I'll dive into chezmoi's documentation