You are not logged in.
@mountainjew: What font are you using in conky?
http://crshd.cc/filer/screenshots/2010-23-01_00-23.png
Openbox, bmpanel2, conky, ROX
Do you mind sharing that bmpanel2 theme?
Offline
kvictor wrote:Great job!
And what is the icon theme? Where can I find those icons?
They're called Woodstock:
http://prekeshc.deviantart.com/art/Wood … -165868778
Thanks!
Offline
(my-dotfiles)
"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
"Enlightenment is man's leaving his self-caused immaturity." - Immanuel Kant
Offline
@abijr: mind sharing your gvim config? looks awesome!
Offline
Openbox, bmpanel2, conky, ROX
Very nice. What BMPanel theme? and GTK?
Offline
k3ttc4r wrote:@mountainjew: What font are you using in conky?
http://crshd.cc/filer/screenshots/2010-23-01_00-23.png
Openbox, bmpanel2, conky, ROX
Do you mind sharing that bmpanel2 theme?
Mod of my own
http://crshd.cc/2010/09/02/naos-for-openbox/
Offline
Not that mainstream today -
-- mod edit: read the first post and use thumbnails --
Offline
@Mountainjew thank you so much, since mpdscribble got broken by some curl update.
You can try Scrobby from AUR. Works nicely. Just how it should work. If it can't reach the scrobbling site, it caches the song names in a file and uploads them when it reaches the site (once you connect to the internet).
Offline
Ogion: i3status or conky? file config?
Offline
Offline
Huge thanks to you and your friend for the awesome wallpaper.
Last edited by Nuz (2010-09-02 13:09:15)
Arch64 | some tiling wm
Offline
i3 + urxvt + irssi + conky + dzen2
Offline
Changed slightly...
http://omploader.org/tNWV0ZA
Would love to get my hands on that tint-config!
Offline
Mountainjew wrote:Changed slightly...
http://omploader.org/tNWV0ZAWould love to get my hands on that tint-config!
Grab away....
# Background definitions
# ID 1
rounded = 1
border_width = 1
background_color = #211D14 85
border_color = #FFFFFF 61
# Panel
panel_monitor = 1
panel_position = bottom center horizontal
panel_size = 1680 30
panel_margin = 0 0
panel_padding = 3 3 3
panel_dock = 0
wm_menu = 1
panel_layer = bottom
panel_background_id = 0
# Panel Autohide
autohide = 0
autohide_show_timeout = 0.0
autohide_hide_timeout = 0.0
autohide_height = 0
strut_policy = follow_size
# Taskbar
taskbar_mode = single_desktop
taskbar_padding = 3 3 0
taskbar_background_id = 1
#taskbar_active_background_id = 0
# Tasks
urgent_nb_of_blink = 7
task_icon = 0
task_text = 1
task_centered = 1
task_maximum_size = 180 32
task_padding = 2 2
task_background_id = 0
task_active_background_id = 0
task_urgent_background_id = 0
task_iconified_background_id = 0
# Task Icons
task_icon_asb = 100 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 100 0 0
# Fonts
task_font = Mintsstrong 8
task_font_color = #FFFFFF 60
task_active_font_color = #FFFFFF 100
task_urgent_font_color = #FFFFFF 100
task_iconified_font_color = #FFFFFF 60
font_shadow = 0
# System Tray
systray = 1
systray_padding = 9 3 8
systray_sort = ascending
systray_background_id = 1
systray_icon_size = 0
systray_icon_asb = 100 0 0
# Clock
time1_format = %A %d/%m %H:%M
time1_font = Mintsstrong 8
clock_font_color = #FFFFFF 60
clock_padding = 6 0
clock_background_id = 1
# Tooltips
tooltip = 0
tooltip_padding = 0 0
tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_background_id = 0
tooltip_font = Sans 12
tooltip_font_color = #FFFFFF 100
# Mouse
mouse_middle = close
mouse_right = iconify
mouse_scroll_up = toggle
mouse_scroll_down = iconify
# Battery
battery = 0
battery_low_status = 20
battery_low_cmd = notify-send "battery low"
battery_hide = 90
bat1_font = Sans 12
bat2_font = Sans 12
battery_font_color = #FFFFFF 100
battery_padding = 0 0
battery_background_id = 0
# End of config
Offline
Huge thanks to you and your friend for the awesome wallpaper.
No problemo.
Offline
@lilo78
In .i3/config i have this line:
(nvm, what i posted here previously was wrong).
exec /usr/bin/conky | /usr/bin/i3-wsbar -c "dzen2 -expand r -ta r -fn -*-profont-*-*-*-*-14-*-*-*-*-*-*-* -y 584 -x 250"
(and also workspace_bar no)
The reason why there are tray icons is that i have trayer running too, trayer being the 'dock' and dzen not running with -dock.
conkyrc is:
out_to_x no
background yes
out_to_console yes
update_interval 1.0
total_run_times 0
use_spacer none
short_units yes
if_up_strictness address
use_spacer left
TEXT
^bg(black)^fg(blue)^i(/home/ogion/icons/thayers_icons/cpu.xbm)^fg() ${cpu cpu0}% ^fg(red)|^fg() ^fg(blue)^i(/home/ogion/icons/robs_icons/dzen_bitmaps/battery.xbm)^fg() ${battery_percent BAT0}% ^fg(red)|^fg() ${time %a %d.%m.%y} ^fg(green)${time %H:%M:%S}^fg() ${if_up wlan0}^fg(red)|^fg() ^fg(blue)^i(/home/ogion/icons/thayers_icons/net-wifi.xbm)^fg() ${downspeed wlan0} ${upspeed wlan0}${endif}${if_up eth0} ^fg(red)|^fg()^fg(blue) ^i(/home/ogion/icons/thayers_icons/net-wired2.xbm)^fg() ${downspeed eth0} ${upspeed eth0}${endif}^bg()
(You also find all those in my github, as in my signature)
Ogion
Last edited by Ogion (2010-09-02 13:37:36)
(my-dotfiles)
"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
"Enlightenment is man's leaving his self-caused immaturity." - Immanuel Kant
Offline
Ogion: Thank!!
Offline
enedene wrote:Huge thanks to you and your friend for the awesome wallpaper.
Awesome wm
Is that zsh? Can I have the config? The prompt is really nice.
Last edited by KlavKalashj (2010-09-02 16:43:01)
Offline
karabaja4 wrote:Repost from the last month because I didn't think about the date
Wallpaper and rc.xml, please?
Where do you pick this amazing wallpapers from ?
Offline
Creeping on the forums, waiting for an update:
http://my.fit.edu/~jbelivea/arch/ss20.thm.pngClean:
http://my.fit.edu/~jbelivea/arch/ss20.clean.thm.pngKDE 4.5.1
Wall: Remembering by lonepalms
Very pretty, me likes!
Offline