mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #135] Question: How to change UI font size in configuration file? #97
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ejuarezg on GitHub (Aug 21, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/135
Hi, great program. Is it possible to change the font size of the UI in the configuration files? I'd like to increase the size just a bit.
@jpochyla commented on GitHub (Aug 23, 2021):
There's currently no custom theming available.
@ejuarezg commented on GitHub (Sep 1, 2021):
I see. For anyone that's interested, I found that a temporary workaround to increase UI scaling was to use the environment variable
GDK_DPI_SCALE=1.5when running psst. Warning: If you use this, some values (like 1.2) made my gnome-shell instance freeze. I had to resort to killing psst via an SSH session.@einenlum commented on GitHub (Feb 22, 2024):
+1. The UI is hard to read on my screen. Would be a nice improvement :)