LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Karamba theme doesn't display Slack (https://www.linuxquestions.org/questions/slackware-14/karamba-theme-doesnt-display-slack-601773/)

Stagger Lee 11-22-2007 08:01 PM

Karamba theme doesn't display Slack
 
Just a question as to editing a *.theme file to properly display my distro (Slack 12)

Code:

text x=10 y=32 value="Distro:" fontsize=10
text x=80 y=32 sensor=program program="lsb_release -d |awk -F'\t' '{print $2}'" fontsize=10

That's the default and seems to be the default for most of the system info themes as I haven't found one yet that displayed Slack.

What ought I replace to get the desired output?

Thanks and sorry for posting on such a trivial point, googled for an hour before giving up on finding a solution.

Alien_Hominid 11-22-2007 10:32 PM

slackware doesn't have lsb_release. try this in program="":
Code:

cat /etc/slackware-version


All times are GMT -5. The time now is 11:09 AM.