You are not logged in.
Openbox on my laptop.
I really like that Antenna. Nice screenshot!
Offline
milomouse wrote:Do you mind if I could peek at your subtle and dvtm config?
I'm not using dvtm. Terminal is rxvt-unicode, using it in tabbed mode. Spawned a few times. As for Subtle; I'm using subtle-0.8.997-alpha, which I guess I should upgrade but I haven't got around to comparing the differences yet. Not much changed in the config except a few tag/view/shortcut details. Nothing major. The sublets are altered slightly but remain similar to originals. If you need something like my .Xdefaults or anything, just go here: http://dotfiles.org/~milomouse Here's the subtle.rb config if you still want it. Hope this helps.
#
# This program can be distributed under the terms of the GNU GPL.
# See the file COPYING.
#
# $Id: dist/subtle.rb,v 964 2009/03/25 21:16:01 unexist $
#
#
# Options
#
OPTIONS = {
"border" => 2, # Border size of the windows
"step" => 5 # Window move/resize key step
}
#
# Font
#
FONT = {
"family" => "fixed", # Font family for the text
"style" => "medium", # Font style (medium|bold|italic)
"size" => 9 # Font size
}
#
# Colors
#
COLORS = {
"font" => "#ffffff", # Color of font
"border" => "#e1e1e1", # Color of border
"normal" => "#5d5d5d", # Color of inactive windows
"focus" => "#ff00a8", # Color of focus window
"background" => "#3d3d3d" # Color of root background
}
#
# Grabs
#
# Modifier keys:
# A = Alt key S = Shift key
# C = Control key W = Super (Windows key)
# M = Meta key
#
# Mouse buttons:
# B1 = Button1 B2 = Button2
# B3 = Button3 B4 = Button4
# B5 = Button5
#
GRABS = {
"ViewJump1" => "W-1", # Jump to view 1
"ViewJump2" => "W-2", # Jump to view 2
"ViewJump3" => "W-3", # Jump to view 3
"ViewJump4" => "W-4", # Jump to view 4
"ViewJump5" => "W-5", # Jump to view 5
"WindowMove" => "S-B1", # Move window
"WindowResize" => "S-B3", # Resize window
"WindowFloat" => "A-f", # Toggle float
"WindowFull" => "A-space", # Toggle full,
"WindowStick" => "A-s", # Toggle stick
"WindowKill" => "A-k", # Kill window
"GravityTopLeft" => "S-KP_7", # Set left gravity
"GravityTop" => "S-KP_8", # Set top gravity
"GravityTopRight" => "S-KP_9", # Set right gravity
"GravityLeft" => "S-KP_4", # Set left gravity
"GravityCenter" => "S-KP_5", # Set center gravity
"GravityRight" => "S-KP_6", # Set right gravity
"GravityBottomLeft" => "S-KP_1", # Set bottom-left gravity
"GravityBottom" => "S-KP_2", # Set bottom gravity
"GravityBottomRight" => "S-KP_3", # Set bottom-right gravity
"urxvt -pe tabbed" => "A-Return", # Exec term
'dmenu_run -fn "-*-fixed-medium-r-*-*-9-*-*-*-*-*-*-*" -nb "#3d3d3d" -nf "#ccc" -sb "#ff00a8" -sf "#fff"' => "A-p", # Exec dmenu
}
#
# Tags
#
TAGS = {
"terms" => "xterm|urxvt",
"browser" => "swiftweasel",
"editor" => "tkcon|wish",
"video" => "mplayer",
"photo" => "feh|mirage|imagemagick",
"float" => "mplayer|feh|gimp|imagemagick",
"top" => "swiftweasel",
"bottom" => "urxvt",
}
#
# Views
#
VIEWS = {
"dev" => "terms|editor",
"sys" => "photo|video",
"web" => "browser|video|terms"
}
# vim:ts=2:bs=2:sw=2:et:fdm=marker
Offline
@milomouse: Thanks, but I was looking for your sublets
Last edited by Mesher (2009-05-10 14:36:36)
Offline
@Mesher
The only thing I really changed was the formatting of the output, otherwise they're what you get when you install fresh. If you really want the formatting I'll post 'em but it's pretty easy. Like with clock.rb I just changed the format to:
self.data = Time.now().strftime("| %b %d %Y | %R |")
Just do something like that to each Sublet to make them match. Kinda goofy but it works! I've only had Subtle for a day so I'm still tinkering with Sublets; brushing up on my Ruby!
Offline
There is a difference between bleeding [edge] and haemorrhaging. - Allan
Offline
Dimon-z wrote:@Joe_Arch what in the righ top on desktop?and how to make images on conky?
That is also conky. It's 2 RSS feeds. Here's the text portion of that conky file:
${color9}Slashdot${color0} ${rss http://rss.slashdot.org/Slashdot/slashdot 30 item_titles 5} ${color9}NPR${color0} ${rss http://www.npr.org/rss/rss.php?id=1007 30 item_titles 5 }
So they update every 30 minutes (don't want to spam them) and are set to display 5 titles at a time.
Conky can't really display pictures, but it can display whatever font you want. Even fonts that consist entirely of logos/pictures
I got the arch logo on top from here.
Here's my main .conkyrc:
own_window yes own_window_type override # normal own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # undecorated,below,skip_taskbar,skip_pager own_window_colour black background yes double_buffer yes use_spacer left override_utf8_locale yes use_xft yes font Dejavu Sans:size=9 xftfont Dejavu Sans:size=9 xftalpha 2.5 update_interval 5.0 uppercase no # set to yes if you want all text to be in uppercase stippled_borders 3 border_margin 9 border_width 10 default_outline_color black default_shade_color black draw_borders no draw_outline no # amplifies text if yes draw_shades no # shadecolor black default_color white color0 686868 color1 black #4c7ab0 #1e9ad8 color2 a4a4a4 color3 9AB7DC color4 888888 color5 salmon color6 red color7 686868 color8 lightblue color9 9e2828 alignment tl # Aligned position on screen: tl, tr, tm, bl, br, bm, ml, mr gap_x 10 gap_y 50 text_buffer_size 512 # use 1024 for the forecast no_buffers yes # Subtract file system buffers from used memory? short_units yes pad_percents 2 # Timezone information found in: /usr/share/zoneinfo TEXT ${color7}${font openlogos:size=40}${color 264c88} B${font} ${color7}${font openlogos:size=14}B ${font}${color1}Kernel:${color1}${alignr}$kernel ${color7}${font StyleBats:size=14}q${font}${color1} UpTime:${color1}${alignr}$uptime ${color1}Arch Update: ${color1}${alignc}${execi 300 perl ~/.scripts/conky-updates.pl} ${color1}${font}Email:${color1}${alignr}${execi 30 python ~/.config/openbox/scripts/gmail.py} ${voffset 2}${color7}${font}${font Dejavu Sans:bold:size=10}System ${font}${color0}${hr 1} ${voffset 2}${color7}${font StyleBats:size=14}A${font}${color1} CPU1: ${cpu cpu1}% ${alignr}${color7}${cpubar cpu1 8,60 1} ${voffset 2}${color7}${font StyleBats:size=14}A${font}${color1} CPU2: ${cpu cpu2}% ${alignr}${color7}${cpubar cpu2 8,60 1} ${color7}${font StyleBats:size=14}g${font}${color1} RAM: $memperc% ${alignr}${color7}${membar 8,60 1} ${color7}${font StyleBats:size=14}j${font}${color1} SWAP: $swapperc% ${alignr}${color7}${swapbar 8,60 1} ${voffset 2}${color7}${font}${font Dejavu Sans:bold:size=10}Power ${font}${color0}${hr 1} ${color7}${font StyleBats:size=14}S${font}${color1} TEMP: $acpitemp C ${color7}${font StyleBats:size=14}o${font}${color1} AC: $acpiacadapter ${color7}${font StyleBats:size=14}p${font}${color1} BAT: $battery $battery_time ${color7}${font}${font Dejavu Sans:bold:size=10}Net ${font}${color0}${hr} ${voffset 4}${color7}${font PizzaDude Bullets:size=14}O${font}${color1} Up: ${upspeed wlan0} kb/s ${alignr}${color7}${upspeedgraph wlan0 8,60 1} ${voffset 4}${color7}${font PizzaDude Bullets:size=14}U${font}${color1} Down: ${downspeed wlan0} kb/s ${alignr}${color7}${downspeedgraph wlan0 8,60 686868 686868} ${voffset 4}${color7}${font PizzaDude Bullets:size=14}N${font}${color1} Upload: ${alignr}${totalup wlan0} ${voffset 4}${color7}${font PizzaDude Bullets:size=14}T${font}${color1} Download: ${alignr}${totaldown wlan0} ${voffset 4}${color7}${font PizzaDude Bullets:size=14}a${font}${color1} Local Ip: ${alignr}${addr wlan0} ${voffset 4}${color7}${font}${font Dejavu Sans:bold:size=10}Disk ${font}${color0}${hr} ${voffset 6}${font Pie charts for maps:size=14}7${font}${color1} ${voffset -5}Root: ${voffset 4}${fs_used /}/${fs_size /} ${alignr}${color7}${fs_bar 8,60 /} ${voffset 6}${font Pie charts for maps:size=14}7${font}${color1} ${voffset -5}Home: ${voffset 6}${fs_used /home}/${fs_size /home} ${alignr}${color7}${fs_bar 8,60 /home} ${color7}${font}${font Dejavu Sans:bold:size=10}MPD${color0}$hr ${color7}${alignc 2}${font DejaVu Sans Mono:size=14}${execi 1 ~/.scripts/mpd.awk} ${color1}${font}${alignc}${mpd_artist} ${color1}${alignc}${mpd_title} ${color1}${mpd_elapsed}${alignr}${mpd_length} ${color7}${mpd_bar 3,85} ${color0}${hr} ${color0}${hr}
Could you post your ~/.Xdefaults please? I like your terminal colour scheme.
Thanks
There is a difference between bleeding [edge] and haemorrhaging. - Allan
Offline
Awesome 3.3 RC-2 - On an Acer Aspire One
wallpaper - http://omploader.org/vMW5uZQ
Last edited by elstupidos (2009-05-10 19:05:10)
Offline
Awesome 3.3 RC-2 - On an Acer Aspire One
Mind sharing your wallpaper??
archlinux on Macbook Pro 10,1
Offline
elstupidos wrote:Awesome 3.3 RC-2 - On an Acer Aspire One
Mind sharing your wallpaper??
there ya go
Offline
froli wrote:elstupidos wrote:Awesome 3.3 RC-2 - On an Acer Aspire One
Mind sharing your wallpaper??
there ya go
Thanks!!
archlinux on Macbook Pro 10,1
Offline
Well my (Arch)Linux install borked last night..and a bootable OpenBSD install was my only option. Glad it happend too because I finally got Flash to work (it's 7 but hell..youtube works...). Managed to compile urxvt too...so back on OpenBSD
Running ratpoison 1.4.4
http://omploader.org/tMW5rZA
What wallpaper do you use? I like the pattern behind it but dont know how to replicate it in say photoshop or the gimp...
Offline
Love your wall. I hope you don't mind that I'm using it . I adjusted my colorscheme with the colors from the wall. Here are my screenies:
clean (urxvt & conky):
dirty (conky, firefox, thunderbird & xterm)
WM: Openbox
WM Theme: Dragonaut (with modified color-scheme)
GTK Theme: Kupo Finale Light
Icons: gTangish
Font: Sansation
Panel: BMPanel Transpy (with modified color-scheme)
Wallpaper: Ecosystems (thanks to bluewind)
Colors used: b3b3b3, 0099ec & b0e718
Arch x86_64 on HP 6820s and on HP nx9420. Registered Linux User 350155, since 24-03-2004
"Everyone said that it could not be done, until someone came along who didn't know that."
Offline
Offline
Wra!th wrote:Well my (Arch)Linux install borked last night..and a bootable OpenBSD install was my only option. Glad it happend too because I finally got Flash to work (it's 7 but hell..youtube works...). Managed to compile urxvt too...so back on OpenBSD
Running ratpoison 1.4.4
http://omploader.org/tMW5rZAWhat wallpaper do you use? I like the pattern behind it but dont know how to replicate it in say photoshop or the gimp...
I made that wallpaper. the pattern is a tile I did a while back
tile
http://omploader.org/vMWoyeg
1024x768
1280x800
http://omploader.org/vMWxycA
1280x1024
http://omploader.org/vMWxyOQ
MacGregor DESPITE THEM!
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Offline
My Msi Wind (10") laptop running openbox with 4 conky-scripts.
----To the Left:
constant tail -f /var/log/everything.log
todays TV
inside + outside ip
traffic graphs for wireless
----To the Right
Todo-list
Todays weather
Calendar synced with google calendar
----Bottom left:
All sorts of system status
Im esp happy about the pypanel limited to 800 pixles to make room for the "system-conky-script" so that you can always see it even if (ie) firefox is maximized.
Like this:
I'll gladly share scripts if anyone is interested.
Edit: who said you could not fit anything on those small netbooks?
Last edited by vistor (2009-05-10 21:03:29)
Offline
kourosh wrote:Wra!th wrote:Well my (Arch)Linux install borked last night..and a bootable OpenBSD install was my only option. Glad it happend too because I finally got Flash to work (it's 7 but hell..youtube works...). Managed to compile urxvt too...so back on OpenBSD
Running ratpoison 1.4.4
http://omploader.org/tMW5rZAWhat wallpaper do you use? I like the pattern behind it but dont know how to replicate it in say photoshop or the gimp...
I made that wallpaper. the pattern is a tile I did a while back
tile
http://omploader.org/vMWoyeg
1024x768
http://omploader.org/tMW5vcw
1280x800
http://omploader.org/vMWxycA
1280x1024
http://omploader.org/vMWxyOQ
Thanks
Offline
if green was the color last time i guess its blue now
What panel is that? I would say pypanel, but I've never seen the workspace switcher
Offline
Offline
removed due to privacy reasons
Last edited by yettenet (2012-07-24 02:32:55)
Offline
bluewind wrote:Love your wall. I hope you don't mind that I'm using it . I adjusted my colorscheme with the colors from the wall. Here are my screenies:
clean (urxvt & conky):
dirty (conky, firefox, thunderbird & xterm)
WM: Openbox
WM Theme: Dragonaut (with modified color-scheme)
GTK Theme: Kupo Finale Light
Icons: gTangish
Font: Sansation
Panel: BMPanel Transpy (with modified color-scheme)
Wallpaper: Ecosystems (thanks to bluewind)
Colors used: b3b3b3, 0099ec & b0e718
Really nice conky colors! Fits well with you wallpaper.
You did a good job!
archlinux on Macbook Pro 10,1
Offline
My first conky script, i know it isnt complicated but its just what wanted.
The background on the right screen is pretty. :3 Could I have a link to it please? Cheers.
Offline