<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://crunchbang.org/forums/extern.php?action=feed&amp;type=rss&amp;tid=8692" rel="self" type="application/rss+xml" />
		<title><![CDATA[CrunchBang Linux Forums / billboard - an ascii hostname generator using conky/figlet]]></title>
		<link>http://crunchbang.org/forums/viewtopic.php?id=8692</link>
		<description><![CDATA[The most recent posts in billboard - an ascii hostname generator using conky/figlet.]]></description>
		<lastBuildDate>Mon, 19 Jul 2010 10:39:06 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: billboard - an ascii hostname generator using conky/figlet]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=78226#p78226</link>
			<description><![CDATA[<p>very nice</p><p>although i got quite excited at being able to use bash functions in a conkyrc <img src="http://crunchbang.org/forums/plugins/ezbbc/style/smilies/roll.png" alt="roll" /></p>]]></description>
			<author><![CDATA[dummy@example.com (benj1)]]></author>
			<pubDate>Mon, 19 Jul 2010 10:39:06 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=78226#p78226</guid>
		</item>
		<item>
			<title><![CDATA[billboard - an ascii hostname generator using conky/figlet]]></title>
			<link>http://crunchbang.org/forums/viewtopic.php?pid=78186#p78186</link>
			<description><![CDATA[<p><a href="http://omploader.org/vNHoxdg"><span class="postimg"><img src="http://omploader.org/tNHoxdg" alt="tNHoxdg" /></span></a></p><p>Hey yall, this is a little ascii hostname generator I&#039;ve been working on using figlet/conky.&#160; Hope yall enjoy it as much as I have.</p><p>## INSTRUCTIONS</p><ul><li><p>copy the code to a text file in your &lt;home&gt;/bin/ named &quot;billboard&quot;</p></li></ul><p>(from terminal)</p><ul><li><p>&quot;chmod +x billboard&quot; to make it executable</p></li><li><p>&quot;source ~/.profile&quot; to make it available</p></li></ul><p>(from run command)</p><ul><li><p>billboard</p></li></ul><br /><p>*The script will generate a .billboardrc on firstrun that you can tweak just like any other .conkyrc.&#160; Add &quot;billboard &amp;&quot; to your ~/.config/openbox/autostart.sh for a billboard on startup.</p><p>*You may have to log out then back in to get it into your openbox variables completely<br />cheers;)</p><div class="codebox"><pre class="vscroll"><code>#!/bin/bash 
#
# billboard - an ascii hostname generator using conky/figlet
#
# by Rooster Cogburn &lt;rstrcogburn(at)gmail.com&gt;
# Copyright (C) 2010 Rooster Cogburn
#
# Licensed under the GNU GPLV3 license
#
# rcfile: $HOME/.billboardrc
#
# ---------------------------------------------------------------------

# create .billboardrc unless present
BILLBOARDRC=$HOME/.billboardrc
if [ ! -f $BILLBOARDRC ]; then
(
cat &lt;&lt;&#039;EOF&#039;
##############################################
#  Settings
##############################################
# Use Xft?
use_xft yes
xftfont Mono:size=8
xftalpha 1
text_buffer_size 2048

# Update interval in seconds
update_interval 1

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Minimum size of text area
minimum_size 80
#maximum_width 1024

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
#stippled_borders 0

# border margins
#border_margin 0

# border width
#border_width 0

# Default colors and also border colors
default_color white 
#default_shade_color black
#default_outline_color black 
#own_window_colour black

# Text alignment, other possible values are commented
alignment middle_middle
#alignment top_right
#alignment bottom_left
#alignment bottom_right

gap_x 0
gap_y 0

# Subtract file system buffers from used memory?
no_buffers yes

uppercase no

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer none

TEXT
EOF
) &gt; $BILLBOARDRC
fi

conky -c $BILLBOARDRC -t &#039;${exec hostname | figlet}&#039;

exit 0</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rstrcogburn)]]></author>
			<pubDate>Sun, 18 Jul 2010 22:22:01 +0000</pubDate>
			<guid>http://crunchbang.org/forums/viewtopic.php?pid=78186#p78186</guid>
		</item>
	</channel>
</rss>
