You are not logged in.
Pages: 1
To all the Conky experts,
Is there any way to have individual lines in conky in capitals rather than changing "uppercase no" to "uppercase yes" which makes the entire config in capitals.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
i always check here:
http://conky.sourceforge.net/documentation.html
compare variables/config file settings.
"uppercase" is only in config file settings, not in variables.
answering your question based on that: no.
(if i'm really desperate i open the man page documentation of my current install, resides in /usr/share/doc/conky* - maybe something has changed since 1.8)
Offline
i always check here:
http://conky.sourceforge.net/documentation.html
compare variables/config file settings.
"uppercase" is only in config file settings, not in variables.
answering your question based on that: no.(if i'm really desperate i open the man page documentation of my current install, resides in /usr/share/doc/conky* - maybe something has changed since 1.8)
Thanks for the link, I though that no would be the answer. Worth a shot to ask just in case
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
Workaround: use an uppercase font for that individual line and a different font for the others.
Offline
You can have individual lines as caps, if you write them as caps, obviously. But do you mean "how to display piped-in values as caps"?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
You can have individual lines as caps, if you write them as caps, obviously. But do you mean "how to display piped-in values as caps"?
What I want is the value to be displayed in caps. For example I have an Audacious script for currently playing album, song and artist. The band name and song are in a font which would look better in capitals but the album name needs to be in lower case otherwise it looks like shit. So I would like to select what I want displayed in caps rather than hae the whole config in caps.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
hack the font in question with e.g. fontforge, to be all caps. (as per nore's workaround)
it's a very good program, and for this kind of hacks the learning curve is shallow.
Last edited by ohnonot (2015-10-18 06:40:47)
Offline
hack the font in question with e.g. fontforge, to be all caps. (as per nore's workaround)
it's a very good program, and for this kind of hacks the learning curve is shallow.
That is a brilliant idea. Good thinking.
Cheers
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
Pipe your output like this:
Offline
Pipe your output like this:
Or
${str^^}
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Or ${str^^}
This works also with diacritic letters, not just a-z; that may be important with some band and song names, judged by Dobbie's taste of music.
Offline
Thanks guys I will test to see which way works best.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
Just to keep the "Scripts, Tutorials & Tips" area free of support questions, this has been moved to "Help & Support (Other)".
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Online
Pages: 1