Giter Site home page Giter Site logo

Comments (6)

Schmiddiii avatar Schmiddiii commented on July 17, 2024 1

Added the spacing, thanks for the suggestion.
I am not that good with nice looking gui 🙂.

from pipeline.

Schmiddiii avatar Schmiddiii commented on July 17, 2024

I agree that this should probably not be hardcoded. The main problem I see is that this application uses two different font sizes (e.g. one for the video title and one for the channel). How should I handle the two different font sizes? Should I make it a fixed amount smaller than from the settings?

from pipeline.

codeandcreate avatar codeandcreate commented on July 17, 2024

i would successt to use something like n * 0.75 * pango::SCALE. for the smaller font... maybe with some rounding :)

from pipeline.

Schmiddiii avatar Schmiddiii commented on July 17, 2024

I have implemented this feature in a new branch. Please check it out.
Note that you cannot change the font size using settings.ini on wayland. For more information look at the pull request.

from pipeline.

codeandcreate avatar codeandcreate commented on July 17, 2024

Works for me! i use following code in .config/sway/config to set font size (...):

exec /usr/libexec/gsd-xsettings
exec lxpolkit
exec gsettings set org.gnome.desktop.interface font-name 'Inter Regular 15'
exec gsettings set org.gnome.desktop.interface monospace-font-name 'Hack Regular 15'

imho the small font is a little bit too small... but i'm using a fullhd screen with 12" and no scaling ;) so i think it is alright.
a little hint; add some spacing in feed_item.rs:
feed_item.rs_diff.txt

screenshot-2021-04-11-16-36-28

from pipeline.

codeandcreate avatar codeandcreate commented on July 17, 2024

If you want i can help you with ui things when you will continue development :) just mail me anytime.

from pipeline.

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.