duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
890 stars 79 forks source link

Add a new option: main (default) window font #156

Open sandyWolf opened 8 months ago

sandyWolf commented 8 months ago

Hi! Would you be so kind to add an option to change a font in main window?

I found a solution for myself: to add a line: *`$windows{main_window}->optionAdd('font' => 'sans 14 bold');** just after $windows{main_window}->withdraw; # leave withdrawn until needed` in ClusterSSH/Window/Tk.pm :: sub create_windows()

But this solution is not well :( My package manager has reinstalled CSSH several times, and I have had to edit this file every time.

Thanks!