You are not logged in.

#226 2008-11-12 15:08:28

jo3
Member
Registered: 2007-08-18
Posts: 112

Re: November 2008 Screenshots

corrish wrote:

What tray is that? I really like ur conky too. Simple!  big_smile

Last edited by jo3 (2008-11-12 15:08:58)

Offline

#227 2008-11-12 15:20:50

Odd-rationale
Member
Registered: 2008-02-05
Posts: 102

Re: November 2008 Screenshots

justcme wrote:

Felt like a change... even if only slightly wink ... although, i did stop relying on dmenu big_smile

http://www.users.on.net/~j.h.y.chan/XMo … 8Thumb.png

What calendar app is that?

Offline

#228 2008-11-12 17:05:44

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: November 2008 Screenshots

Odd-rationale wrote:
justcme wrote:

Felt like a change... even if only slightly wink ... although, i did stop relying on dmenu big_smile

http://www.users.on.net/~j.h.y.chan/XMo … 8Thumb.png

What calendar app is that?

that wud be calcurse.


"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com

Offline

#229 2008-11-12 17:17:34

Frots
Member
Registered: 2008-10-02
Posts: 57

Re: November 2008 Screenshots

Slowly going from light to dark.
In lack of gtk apps, just the gtl2_prefs utility...

thumb-screen-18-02-46.png

Last edited by Frots (2008-11-12 17:21:34)

Offline

#230 2008-11-12 17:28:23

Origynet
Member
From: France - Cannes
Registered: 2007-05-03
Posts: 101

Re: November 2008 Screenshots

Long time I did not post a shot...
Here's Arch + pekwm... nothing fancy (this is a VM)...
I miss Arch so much on my home computer that I'll be reinstalling it this week-end !

200811121822411280x1024hw4.th.png

Last edited by Origynet (2008-11-12 17:29:03)


Piou Piou

Offline

#231 2008-11-12 18:08:33

SysDump
Member
From: Brazil
Registered: 2008-08-10
Posts: 11

Re: November 2008 Screenshots

shotjd1.th.jpgthpix.gif

Offline

#232 2008-11-12 22:02:41

justcme
Member
Registered: 2008-04-07
Posts: 11

Re: November 2008 Screenshots

brisbin33 wrote:

@justcme

very clean... it looks like you have a very nice .screenrc and maybe .Xdefaults to get those terminals (urxvt?) to look like that... mind sharing?

i love the partial transparency and highlighted border

Just .Xdefaults + urxvt. Xdefaults here. Enjoy smile

@ Odd-rationale: yep, calcurse. thanks Daisuke wink

Offline

#233 2008-11-12 23:35:04

Zepp
Member
From: Ontario, Canada
Registered: 2006-03-25
Posts: 334
Website

Re: November 2008 Screenshots

justcme wrote:

Felt like a change... even if only slightly wink ... although, i did stop relying on dmenu big_smile

http://www.users.on.net/~j.h.y.chan/XMo … 8Thumb.png

I like the dzen setup.

Offline

#234 2008-11-13 02:40:51

Rydgel
Member
From: France
Registered: 2008-09-04
Posts: 166
Website

Re: November 2008 Screenshots

3025779843_4fe584b132.jpg

Wallpaper from desktopography

Offline

#235 2008-11-13 04:47:08

rncien
Member
Registered: 2008-11-12
Posts: 2

Re: November 2008 Screenshots

Bahumat wrote:

Really beautiful for your first shot wink

Do you mind sharing your config files (pypanel, conky)?
And where did you get that wallpaper?`It's a really nice water motive...

Best regards!

thanks! smile

wallpaper is from InterfaceLIFT: http://interfacelift.com/wallpaper_beta … _lake.html

configs:
PyPanel

#------------------------------------------------------------------------------
#
#                         PyPanel v2.4 Configuration
#
# This configuration file is a Python script that will be executed when
# PyPanel is started.  In order for PyPanel to start properly, make sure that
# this file contains proper Python formatting and no syntax errors.
#------------------------------------------------------------------------------
VERSION         = 2.4           # Config file version

#------------------------------------------------------------------------------
# Colors: Format is hex triplet - 0xrrggbb
#------------------------------------------------------------------------------
BG_COLOR        = "0x2E2920"    # Panel background and tinting color
TASK_COLOR      = "0xBFBFBF"    # Normal task name color 
FOCUSED_COLOR   = "0xCE3211"    # Focused task name color
SHADED_COLOR    = "0x000000"    # Shaded task name color 
MINIMIZED_COLOR = "0xBEBEBE"    # Minimized task name color 
DESKTOP_COLOR   = "0xFFFFFF"    # Desktop name color
CLOCK_COLOR     = "0xCE3211"    # Clock text color
LINE_COLOR      = "0x606060"    # Vertical line color

# Text Shadow Colors
TASK_SHADOW_COLOR      = "0x000000"
FOCUSED_SHADOW_COLOR   = "0xFF9000"
SHADED_SHADOW_COLOR    = "0x000000"
MINIMIZED_SHADOW_COLOR = "0x000000" 
DESKTOP_SHADOW_COLOR   = "0x000000"
CLOCK_SHADOW_COLOR     = "0xFF9000"

#------------------------------------------------------------------------------
# Panel Spacing and Location Options: Measured in pixels
#------------------------------------------------------------------------------
P_LOCATION      = 1             # Panel placement: 0 = top, 1 = bottom
P_WIDTH         = 1435             # Panel width: 0 = Use full screen width
P_START         = 2             # Starting X coordinate of the panel
P_SPACER        = 6             # Spacing between panel objects
P_HEIGHT        = 24            # Panel height

#------------------------------------------------------------------------------
# Icon Size Options: Measured in pixels
#------------------------------------------------------------------------------
I_HEIGHT        = 16            # Panel application icon height
I_WIDTH         = 16            # Panel application icon Width 
APPL_I_HEIGHT   = 24            # Application launcher icon height
APPL_I_WIDTH    = 24            # Application launcher icon width
TRAY_I_HEIGHT   = 24            # System tray icon height (usually 16 or 24)
TRAY_I_WIDTH    = 24            # System tray icon width  (usually 16 or 24)
                                # If TRAY_I_WIDTH is set to 0, then the
                                # width specified by the tray app will be used
                                
#------------------------------------------------------------------------------
# Panel Clock Format: 'man strftime' for detailed formatting options and help
#------------------------------------------------------------------------------
CLOCK_FORMAT    = "%d.%m.%Y | %H:%M"    # Ex: 2004-09-25 17:45 

#------------------------------------------------------------------------------
# Clock Delay: Seconds between each clock update during periods of inactivity
#------------------------------------------------------------------------------
CLOCK_DELAY     = 20

#------------------------------------------------------------------------------
# Hidden Application List: Apps listed here will not be display on the panel
# The application name is its WM_CLASS name, use 'xprop' to find WM_CLASS
# Ex: ["xmms", "xine", "gDesklets"]
#------------------------------------------------------------------------------
HIDE_LIST       = ["urxvt"]            
                   
#------------------------------------------------------------------------------
# Hidden Panel Size: Size of the panel when it's hidden/minimized
#------------------------------------------------------------------------------
HIDDEN_SIZE     = 2

#------------------------------------------------------------------------------
# Panel Text Font: This option takes either a traditional or Xft font string 
# Ex: "-schumacher-clean-medium-r-normal-*-12-*-*-*-*-*-*-*"
#     "aquafont-8" 
#------------------------------------------------------------------------------
FONT            = "tahoma-r-bold-8"

#------------------------------------------------------------------------------
# Show All Applications: Show apps from all desktops or just the current
# 0: Disabled - Only applications on the current desktop will be displayed
# 1: Enabled  - Selected apps are moved to the current desktop
# 2: Enabled  - Current desktop is changed to the selected apps desktop
#------------------------------------------------------------------------------
SHOWALL         = 0             # 0, 1 or 2 - see descriptions above

#------------------------------------------------------------------------------
# Show Minimized/Iconified Applications: Show only minimized apps or all apps
# 0: Disabled - Show all applications on the panel
# 1: Enabled  - Show only minimized apps on the panel
#------------------------------------------------------------------------------
SHOWMINIMIZED   = 0

#------------------------------------------------------------------------------
# Application Icon List: List of custom icons for specific applications
# The application name is its WM_CLASS name, use 'xprop' to find WM_CLASS
#
# The "default" entry is used for applications with no icon.  If left "",
# PyPanel will use the default icon distributed with the source.
#
# Add entries using the following format -
#     "<application name>" : "<full path to icon>",
#------------------------------------------------------------------------------
ICON_LIST       = {
                   "default" : "",
                   "example" : "/usr/share/imlib2/data/images/audio.png",
                  }
                  
#------------------------------------------------------------------------------
# Application Launch List: Ordered list of icons and applications for the
#                          application launcher.
# 
# Add entries using the following format -
#     ("<executable>", "<full path to icon>")
#------------------------------------------------------------------------------
LAUNCH_LIST     = [
                   ("gimp-2.2", "/usr/share/imlib2/data/images/paper.png"),
           ("firefox", ""),
           ("sonata", ""),
                  ]

#------------------------------------------------------------------------------
# Background Alpha/Shade Level: 0 (Fully Translucent) -> 255 (Fully Opaque)
# BG_COLOR is used for tinting
#------------------------------------------------------------------------------
SHADE           = 200

#------------------------------------------------------------------------------
# Misc. Options: 1 = Enabled/Yes, 0 = Disabled/No
#------------------------------------------------------------------------------
ABOVE           = 1             # Panel is always above other apps
APPICONS        = 1             # Show application icons
AUTOHIDE        = 0             # Autohide uses the CLOCK_DELAY timer above
SHADOWS         = 0             # Show text shadows
SHOWLINES       = 1             # Show object seperation lines
SHOWBORDER      = 1             # Show a border around the panel

#------------------------------------------------------------------------------
# Desktop Names: Configure the names of your desktops
# If the option is [], PyPanel will attempt to use the desktop name specified
# by the XServer, if that fails it will use the desktop number as its name
# Ex. ["One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight"]
#------------------------------------------------------------------------------
DESKTOP_NAMES   = []

#------------------------------------------------------------------------------
# Panel Layout:       -----------------------------------
#                     [  1  ][  2  ][  3  ][  4  ][  5  ]
#                     -----------------------------------
#
# The panel layout is split into 5 sections numbered 1, 2, 3, 4 or 5 as shown
# in the diagram above.  Each of the following objects can be enabled by
# assigning it a section number or disabled by assigning it 0:
#------------------------------------------------------------------------------
DESKTOP         = 1             # Desktop name section
TASKS           = 2             # Task names section 
TRAY            = 3             # System tray section
CLOCK           = 4             # Clock section
LAUNCHER        = 0             # Application launcher section

#------------------------------------------------------------------------------
#                       Button Event Function Definitions
#------------------------------------------------------------------------------
# Left click   - button 1 
# Middle click - button 2
# Right click  - button 3
# Wheel up     - button 4
# Wheel down   - button 5 
#
# changeDesktop(x)
# - Change Desktop: Increase or decrease the current desktop by 'x' amount
# 
# toggleShade(task)
# - Shade or Unshade an application
#
# toggleHidden()
# - Minimize the panel to the top or bottom depending on its start location
#
# toggleMinimize(task, traise=1)
# - Minimize or Unminimize an application and optionally raise it
#
# taskRaise(task, focus=1)
# - Raise an application to the top of the window list and optionally focus it 
#
# taskLower(task, focus=0)
# - Lower an app to the bottom of the window list and optionally focus it
#
# taskFocus(task)
# - Give focus to the selected application, if it has focus then minimize it
#
# showDesktop()
# - Toggle between hiding and unhiding ALL applications
#------------------------------------------------------------------------------

#----------------------------------
def desktopButtonEvent(pp, button):
#----------------------------------
    """ Button event handler for the panel's desktop object """
        
    if button == 1:
        pp.changeDesktop(-1)
    elif button == 2:
        pp.changeDesktop(2)
    elif button == 3:
        pp.changeDesktop(1)
    elif button == 4:
        pp.changeDesktop(1)
    elif button == 5:
        pp.changeDesktop(-1)
        
#--------------------------------
def clockButtonEvent(pp, button):
#--------------------------------
    """ Button event handler for the panel's clock object """
    
    if button == 1:
        os.system("xclock &")
    elif button == 2:
        pass
    elif button == 3:
        pp.toggleHidden()  
    elif button == 4:
        pp.showDesktop()
    elif button == 5:
        pp.showDesktop()
        
#--------------------------------
def panelButtonEvent(pp, button):
#--------------------------------
    """ Button event handler for the panel with no active tasks """
    
    if button == 1:
        pass
    elif button == 2:
        pass
    elif button == 3:
        pass
    elif button == 4:
        pass
    elif button == 5:
        pass
        
#-------------------------------------
def taskButtonEvent(pp, button, task):
#-------------------------------------
    """ Button event handler for the panel's tasks """
    
    if button == 1:
        pp.taskFocus(task)
    elif button == 2:
        # Destroy the application
        task.obj.destroy()
    elif button == 3:
        # Ex. - XMMS doesn't shade, so we want to minimize it instead and
        #       still use button 3 to shade other applications
        #       task.tclass is the tasks class name (WM_CLASS)
        if "xmms" in task.tclass:
            pp.toggleMinimize(task)
        else:
            pp.toggleShade(task)
    elif button == 4:
        pp.taskRaise(task, focus=1)
    elif button == 5:
        pp.taskLower(task, focus=0)

Conky is basically Freduardo's configuration, just changed colors and removed some things

# ~/.conkyrc
#
# Use Xft?
use_xft yes
xftfont tahoma:size=8

# 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 widget
own_window_type desktop
own_window_hints undecorate,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 280 5

maximum_width 140

# 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 5

# border width
border_width 1

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

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

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 20
gap_y 10

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

# 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 yes

#Email:
#${pop3_unseen  **SERVER NAME**  **USERNAME**  **PASSWORD**} new messages


#lineas y propiedades
color0 white
#titulos
color1 1A1A1A
#secciones
color2 E5E5E5

TEXT
${color0}${alignc}${font Terminus:size=16}${time %H:%M:%S}${font}
${color1}${alignc}${time %B %e %G}
${color2}${font Tahoma:size=10}SISTEMA${font}${hr}
${color1}Kernel:${color0}${alignr}$kernel
${color1}Uso:${color0}${alignr}$uptime
${color2}${font Tahoma:size=10}CPU/MEMORIA${font}${hr}
${color1}Cpu1:${color0}${alignr}${cpu cpu1}% ${color0}${execi 20 sensors k8temp-pci-00c3 |grep Core0 |awk '{print $3}'}
${color0}${cpugraph cpu1 20,140 color0 9ACD32} 
${color1}Cpu2:${color0}${alignr}${cpu cpu2}% ${color 556B2F}${execi 20 sensors k8temp-pci-00c3 |grep Core1 |awk '{print $3}'}
${color0}${cpugraph cpu2 20,140 color0 9ACD32} 
${color1}Ram:${color0}${alignr}$mem
${color1}${membar 3,140}
${color2}${font Tahoma:size=10}BATERÍA${font}${hr}
${color1}Batería:${alignr}${color0}${battery BAT0}
${color1}${battery_bar 3,140 BAT0}
${color1}Tiempo:${alignr}${color0}${battery_time BAT0}
${color2}${font Tahoma:size=10}RED${font}${hr}
${color1}Señal:${alignr}${color0}${wireless_link_qual_perc wlan0}%
${color1}${wireless_link_bar 3,140 wlan0}
${color1}Essid:${alignr}${color0}${wireless_essid wlan0}
${color1}Bitrate:${alignr}${color0}${wireless_bitrate wlan0}

${color1}Subida:${color0}${alignr}${upspeed wlan0}KB/s
${color0}${upspeedgraph wlan0 20,140 color0 9ACD32}
${color1}Total: ${color0}${totalup wlan0}

${color1}Bajada:${color0}${alignr}${downspeed wlan0}KB/s
${color0}${downspeedgraph wlan0 20,140 color0 9ACD32}
${color1}Total: ${color0}${totaldown wlan0}
${color2}${font Tahoma:size=10}DISCO DURO${font}${hr}
${color1}Home:${alignr}${color0}${fs_free /home}/${fs_size /home}
${color1}${fs_bar 3,140 /}
${color1}Windows:${alignr}${color0}${fs_free /windows}/${fs_size /windows}
${color1}${fs_bar 3,140 /windows}
${color2}${font Tahoma:size=10}MPD${font}${hr}
${color0}${alignc}${mpd_status}
${color1}Artist:
${color0}${mpd_artist}
${color1}Title:
${color0}${mpd_title}
${color1}Album:
${color0}${mpd_album}
${color0}${mpd_elapsed}${alignr}${mpd_length}
${color1}${mpd_bar 3,140}
${color2}${font Tahoma:size=10}GMAIL${font}${hr}
${color1}Gmail:${color0}${alignr}${execi 300 perl ~/scripts/gmail.pl n} nuevos

Offline

#236 2008-11-13 06:36:27

genkipseudo
Member
Registered: 2006-11-13
Posts: 12

Re: November 2008 Screenshots

Awesome setup!
mind sharing your conky rc???
Thanks

Offline

#237 2008-11-13 07:18:42

Zeist
Arch Linux f@h Team Member
Registered: 2008-07-04
Posts: 532

Re: November 2008 Screenshots

Some minor updates like a new wallpaper:
t_20081113073m_a932ee2.png
t_20081113081m_eeea021.png


I haven't lost my mind; I have a tape back-up somewhere.
Twitter

Offline

#238 2008-11-13 07:28:26

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: November 2008 Screenshots

Justcme: Would you mind sharing your xmonad.hs?

Offline

#239 2008-11-13 10:21:14

justcme
Member
Registered: 2008-04-07
Posts: 11

Re: November 2008 Screenshots

Ashren wrote:

Justcme: Would you mind sharing your xmonad.hs?

My pleasure smile
Source and Icons here

@zepp: thanks smile I put some a fair bit of time into that 12-pixel high bar tongue

Offline

#240 2008-11-13 10:47:54

msart2k
Member
From: germany
Registered: 2008-01-08
Posts: 35
Website

Re: November 2008 Screenshots

screenshot13112008_by_msart2k.png

more infos @ Link


--> deviantart <--

Offline

#241 2008-11-13 11:17:12

Daisuke_Aramaki
Member
From: ++49/711
Registered: 2008-10-06
Posts: 651
Website

Re: November 2008 Screenshots

Tryin out mutze's config!

Most of the details about the desk available on the terminal!

2008-11-13-114835_1680x1050_scrot1921.png.xs.jpg


"You know what I found? Right in the kernel, in the heart of the operating system, I found a developer's comment that said, `Does this belong here?`" -- Simon Lok about Linux kernel in 2005
Reflections on the Strange and the not so Strange
http://skinwalker.wordpress.com

Offline

#242 2008-11-13 11:28:32

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: November 2008 Screenshots

Justcme: Thanks! One of the best xmonad.hs's I've seen..

Offline

#243 2008-11-13 11:40:01

Slurp
Member
From: Madrid, Spain
Registered: 2008-09-02
Posts: 124

Re: November 2008 Screenshots

Ufff... beautiful...


Stop the world, I get off...

Offline

#244 2008-11-13 11:59:34

justcme
Member
Registered: 2008-04-07
Posts: 11

Re: November 2008 Screenshots

Ashren wrote:

Justcme: Thanks! One of the best xmonad.hs's I've seen..

Why thank you smile Not sure how readable it is though... hope you get what you need out of it! feel free to pm me about anything in there

Offline

#245 2008-11-13 12:13:53

Stalafin
Member
From: Berlin, Germany
Registered: 2007-10-26
Posts: 617

Re: November 2008 Screenshots

justcme wrote:
Ashren wrote:

Justcme: Thanks! One of the best xmonad.hs's I've seen..

Why thank you smile Not sure how readable it is though... hope you get what you need out of it! feel free to pm me about anything in there

Trying to figure out what that dzen on your shot is... Could you help me? Where can I see it? ^^ And I'd like to have the corresponding config file, to try it out later. smile

Offline

#246 2008-11-13 12:22:38

justcme
Member
Registered: 2008-04-07
Posts: 11

Re: November 2008 Screenshots

Stalafin wrote:
justcme wrote:
Ashren wrote:

Justcme: Thanks! One of the best xmonad.hs's I've seen..

Why thank you smile Not sure how readable it is though... hope you get what you need out of it! feel free to pm me about anything in there

Trying to figure out what that dzen on your shot is... Could you help me? Where can I see it? ^^ And I'd like to have the corresponding config file, to try it out later. smile

dzen is the thin top bar at the top of my screenshot - i'm using dzen instead of xmobar to display xmonad status and system status. (dzen2-xft branch from SVN)
See here for my xmonad.hs. smile

Last edited by justcme (2008-11-13 12:22:49)

Offline

#247 2008-11-13 12:34:32

zyon
Member
From: Germany
Registered: 2007-06-26
Posts: 73

Re: November 2008 Screenshots

wow, nice conky config. Could you share it? (with scripts/pics)

Offline

#248 2008-11-13 12:35:33

corrish
Member
From: Novosibirsk
Registered: 2008-09-29
Posts: 16

Re: November 2008 Screenshots

jo3 wrote:
corrish wrote:

What tray is that? I really like ur conky too. Simple!  big_smile

its trayer

trayer --widthtype request --heighttype pixel --height 24 --transparent true --alpha 255 --edge bottom --align right

this is my conky config (buttom, i think top conky you can make by ur self =] )

#avoid flicker

double_buffer yes



use_spacer yes
own_window yes
#own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes



#borders

draw_borders no

border_margin 1



#shades

draw_shades no



#position

gap_x 10

gap_y 0

alignment bm



#behaviour

update_interval 1




default_color  white
color2 grey5
#default_shade_color 000000

own_window_colour 313131

use_xft yes

#xftfont bauhaus:pixelsize=11
xftfont LinerationSans:size=11
#xftfont Sans:size=10



#to prevent window from moving

use_spacer no

minimum_size 0 0



#mpd

mpd_host localhost

mpd_port 6600


############################

TEXT

${color white}${font Arial Black:size=36}${time %H:%M}${font}      ${color2}${font}cpu ${color}${cpubar 7,50}    ${color2}ram ${color}${membar 7,50}     ${color2}${font}gmail:${font}${color} ${execi 120 python /home/corrish/gmail.py} ${color2}     ${color2}${font}outdoor:${font}${color}${execi 600 ~/weather.sh}°C     ${alignr}${color2}${font}inetspeed: ${font}${color}${downspeed eth0} kb/s${font}

Offline

#249 2008-11-13 14:43:47

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: November 2008 Screenshots

justcme wrote:
brisbin33 wrote:

@justcme

very clean... it looks like you have a very nice .screenrc and maybe .Xdefaults to get those terminals (urxvt?) to look like that... mind sharing?

i love the partial transparency and highlighted border

Just .Xdefaults + urxvt. Xdefaults here. Enjoy smile

@ Odd-rationale: yep, calcurse. thanks Daisuke wink

thank you much... i like those color setting too.

ever try reminders+wyrd instead of calcurse? i miss the todo list but reminders is so easy for recurring appointments etc.  plus, the config feels like mutt.  i like mutt.

Last edited by brisbin33 (2008-11-13 14:43:58)

Offline

#250 2008-11-13 16:05:07

hvgotcodes
Member
Registered: 2007-07-17
Posts: 42

Re: November 2008 Screenshots

Daisuke_Aramaki

can you provide links to the info.pl and themeinfo.pl scripts you used in the terminal?  Or just post them? 
Thanx

Offline

Board footer

Powered by FluxBB