google-chat-linux icon indicating copy to clipboard operation
google-chat-linux copied to clipboard

Enlarge font size

Open capstayn opened this issue 3 years ago • 2 comments

How can I enlarge the size of the fonts in the chat? I've been looking in the configuration files to no avail. In case it helps, I have a pretty minimalistic installation of archlinux. I guess this might be possible to configure outside the app but wanted to check first.

capstayn avatar Mar 02 '22 16:03 capstayn

Honestly I have absolutely no idea. Once upon a time I included css tweaks that don't event work anymore after google changed things.

My best bet would be to try Ferdi instead, which allows to add custom css for pretty much anything. (never tried for a while though)

squalou avatar Mar 03 '22 08:03 squalou

workaround with adding a --force-device-scale-factor flag to the .desktop file Exec= /opt/google-chat-linux/google-chat-linux --force-device-scale-factor=1.5 %U https://wiki.archlinux.org/title/HiDPI#Electron

wyhoselit avatar Apr 19 '22 02:04 wyhoselit