Git Product home page Git Product logo

Comments (4)

Pimiovdb avatar Pimiovdb commented on August 25, 2024

i seem to have fixed the nerd font icons, but the Bars icons still not working properly,
here is the code to fix the icons:
* { font-family: 'Bars', 'Arial' ; font-size: 16px; color: #f2e5bc; }

.container-right .widget * { color: #242424; font-family: 'JetBrainsMonoNL Nerd Font'; }
afbeelding

from yasb.

Pimiovdb avatar Pimiovdb commented on August 25, 2024

found a cleaner fix:

  • {
    font-family: 'Arial';
    font-size: 16px;
    color: #f2e5bc;
    }
    .widget .label{
    font-family: 'JetBrainsMonoNL Nerd Font';
    }

from yasb.

Pimiovdb avatar Pimiovdb commented on August 25, 2024

BTW, this didnt fix the RAM icon tho, and the CPU Bars are not working to so i changed the RAM ICON and changed the CPU Widget to not show Bars:
afbeelding

from yasb.

ryannewcomer avatar ryannewcomer commented on August 25, 2024

Hey! I try your config, but my bar now looks like this:

image
What can I do? I had this:

* {
  /* Bar measurement icons: https://github.com/and3rson/graph-bars-font */
  /* Icon set: https://fontawesome.com/v5.15/how-to-use/on-the-desktop/setup/getting-started */
  font-family: "Arial";
  font-size: 16px;
  color: #f2e5bc;
}

.widget .label {
  font-family: "JetBrainsMonoNL Nerd Font";
}

Before I change the font, I can't even see the text. But now I can't see the icon. I also got this error:

image

Any solution?

Many thanks

from yasb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.