You are not logged in.
What tray is that? I really like ur conky too. Simple!
Last edited by jo3 (2008-11-12 15:08:58)
Offline
Felt like a change... even if only slightly ... although, i did stop relying on dmenu
What calendar app is that?
Offline
justcme wrote:Felt like a change... even if only slightly ... although, i did stop relying on dmenu
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
Offline
@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
@ Odd-rationale: yep, calcurse. thanks Daisuke
Offline
Felt like a change... even if only slightly ... although, i did stop relying on dmenu
I like the dzen setup.
Offline
Wallpaper from desktopography
Offline
rncien wrote:Really beautiful for your first shot
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!
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
Awesome setup!
mind sharing your conky rc???
Thanks
Offline
I haven't lost my mind; I have a tape back-up somewhere.
Twitter
Offline
Justcme: Would you mind sharing your xmonad.hs?
Offline
Justcme: Would you mind sharing your xmonad.hs?
My pleasure
Source and Icons here
@zepp: thanks I put some a fair bit of time into that 12-pixel high bar
Offline
Offline
"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
Justcme: Thanks! One of the best xmonad.hs's I've seen..
Offline
Ufff... beautiful...
Stop the world, I get off...
Offline
Justcme: Thanks! One of the best xmonad.hs's I've seen..
Why thank you 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
Ashren wrote:Justcme: Thanks! One of the best xmonad.hs's I've seen..
Why thank you 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.
Offline
justcme wrote:Ashren wrote:Justcme: Thanks! One of the best xmonad.hs's I've seen..
Why thank you 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.
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.
Last edited by justcme (2008-11-13 12:22:49)
Offline
wow, nice conky config. Could you share it? (with scripts/pics)
Offline
corrish wrote:What tray is that? I really like ur conky too. Simple!
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
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
@ Odd-rationale: yep, calcurse. thanks Daisuke
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)
//github/
Offline
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