google-chat-linux
google-chat-linux copied to clipboard
Enlarge font size
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.
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)
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