
WordyClock-plasmoid
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
thevladsoft
8 years ago
Report
janet
8 years ago
BTW: I have to set the font to 29 (DajaVu Sans Mono) so that the letters exactely fit into the plasmoid (no matter which size it has). 30 leads to cut letters and below 29 leads to some blank space inside the plasmoid. In the latter case alas the text is not centered (which would give a nice blank frame around it), instead the text sits fixed in the left upper corner.
Report
thevladsoft
8 years ago
I am in Debian squeezy (KDE 4.4.5, a little old), so I don't know if there is a package needed, though it works very well now (There is only 4 fonts in the options, however).
Great plasmoid, by the way. Added to my already full desktop.
Report
bfrontera
8 years ago
Report
bfrontera
8 years ago
I use KDE 4.8.4. I've found QFont::Monospace in Qt 4.7 class reference. By the way, I think this lines are useless, because monospacing is garanteed by the font (DejaVu Sans Mono by default).
In settings, you can only choose monospaced fonts installed in your system (due to this line: self.fonTextFont.setOnlyFixed(True) in wordyclock_config.py). Other fonts don't work, because lines would be irregular.
Report