Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Ubuntu-eee re-branded

2»

Comments

  • Closed Accounts Posts: 12,807 ✭✭✭✭Orion


    I installed Cruncheee on my netbook last weekend and I love it. Much more streamlined than Ubuntueee - uses half the ram and just generally faster.


  • Closed Accounts Posts: 13,224 ✭✭✭✭Kinetic^


    niallb wrote: »
    Could you describe the problem you're seeing, or link to the discussion on the main site?
    I've been mad busy for the last week, but will take a look if I know where the issue lies.

    Here. Cheers.
    Macros42 wrote: »
    I installed Cruncheee on my netbook last weekend and I love it. Much more streamlined than Ubuntueee - uses half the ram and just generally faster.

    Yeah I agree, defo faster. Conky is a great app that comes pre-installed. Here's my desktop....

    72733.png


  • Closed Accounts Posts: 12,807 ✭✭✭✭Orion


    I likey - haven't used Conky before. Really need to read the man page. But you could save me the hassle and just give me your .conkyrc file ... it has everything I want on it already. :)


  • Closed Accounts Posts: 13,224 ✭✭✭✭Kinetic^


    Heh..... You'll need to make an account over on www.weather.com and follow how to do that in the thread above as you need some sort of code or something. My config is this:
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # Use Xft?
    use_xft yes
    xftfont DejaVu Sans:size=8
    xftalpha 0.8
    text_buffer_size 2048
    
    # Xft font when Xft is enabled
    xftfont Sans:size=7
    
    # Text alpha when using Xft
    xftalpha 1
    
    # Update interval in seconds
    update_interval 1.0
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    own_window yes
    own_window_transparent yes
    #own_window_type override
    own_window_type desktop
    #own_window_type normal #use this if you want a nice shadow to appear around conky
    
    # If own_window is yes, these window manager hints may be used
    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 200 200
    
    # Maximum width
    maximum_width 240
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Draw borders around graphs
    draw_graph_borders no
    
    # Stippled borders?
    # stippled_borders 8
    
    # border margins
    # border_margin 2
    
    # border width
    # border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color white
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    #alignment none
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 12
    gap_y 12
    
    # 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
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    
    ##############################################
    ##############################################
    
    TEXT
    
    SYSTEM ${hr}
    ${voffset 2}${font StyleBats:size=16}i${font}   Kernel:  ${alignr}${kernel}
    ${font StyleBats:size=16}A${font}   CPU: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
    ${font StyleBats:size=16}g${font}   RAM: $memperc% ${alignr}${membar 8,60}
    ${font Webdings:size=16}~${font}  Battery: ${battery_percent BAT0}% ${alignr}${battery_bar 8,60 BAT0}
    ${font StyleBats:size=16}q${font}   Uptime: ${alignr}${uptime}
    
    DATE ${hr}
    ${alignc 35}${font Trebuchet MS:size=26}${time %H:%M}${font}
    ${alignc}${time %a %d %b %Y}
    
    NETWORK ${hr}
    ${if_existing /proc/net/route ra0}
    ${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed ra0} kb/s ${alignr}${upspeedgraph ra0 8,60}
    ${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed ra0} kb/s ${alignr}${downspeedgraph ra0 8,60}
    ${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup ra0}
    ${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown ra0}
    ${voffset 4}${font PizzaDude Bullets:size=14}Z${font}   Signal: ${wireless_link_qual ra0}% ${alignr}${wireless_link_bar 8,60 ra0}
    ${else}${if_existing /proc/net/route eth0}
    ${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 789E2D A7CC5C}
    ${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 789E2D A7CC5C}
    ${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth0}
    ${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth0}
    ${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth0}
    ${endif}${else}${if_existing /proc/net/route eth1}
    ${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 789E2D A7CC5C}
    ${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 789E2D A7CC5C}
    ${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth1}
    ${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth1}
    ${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth1}
    ${endif}${else}
    ${font PizzaDude Bullets:size=14}4${font}   Network Unavailable
    ${endif}
    WEATHER ${hr}
    ${if_existing /proc/net/route ra0}
    ${voffset -8}${alignr 80}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=EIXX0014 --datatype=WF}${font}
    ${voffset -52}${font Weather:size=35}y${font}   ${voffset -38}${font Trebuchet MS:size=26}${execi 600 conkyForecast --location=EIXX0014 --datatype=HT}${font}
    
    ${voffset 0}Humidity: ${alignr}${execi 600 conkyForecast --location=EIXX0014 --datatype=HM}
    ${voffset 0}Daylight: ${alignr}${execi 600 conkyForecast --location=EIXX0014 --datatype=SR} - ${execi 600 conkyForecast --location=EIXX0014 --datatype=SS}
    ${voffset 0}${font}Wind Speed: ${alignr}${execi 600 conkyForecast --location=EIXX0014 --datatype=WS}
    

    I have it set up to start after 10-12 seconds. It allows wifi to kick in so it picks up the weather info. If you don't you'll just have to restart conky which would be a pain every time you login. I'm not sure if it would that or long on LAN so just see what happens. If you need the alternative fonts just let me know and I'll put them up here. The location "EIXX0014" is Dublin (ftw btw) ;)) but you can find alterntive cities on www.weather.com.

    Edit: also, my res is 1024*600 so people with desktops will be able to fit a lot more functions into their conky.


  • Closed Accounts Posts: 12,807 ✭✭✭✭Orion


    Thanks - I'll remove the weather bit myself. I mostly use it offline anyway. But I like the rest of it. When I have time to do some reading I'll play with it myself but for now yours is great.


  • Advertisement
  • Closed Accounts Posts: 1,377 ✭✭✭An Fear Aniar


    I use that Conky with the weather display but I tweaked it a little - changed the time display and replaced it with process info and a few other minor changes.

    I've put the .conkyrc here:

    http://ubuntuforums.org/showpost.php?p=6724067&postcount=5676

    Image here:

    http://ubuntuforums.org/attachment.php?attachmentid=103072&d=1234471778


    .


  • Closed Accounts Posts: 13,224 ✭✭✭✭Kinetic^


    Very nice. I'll have to see if I could fit some of the extra weather stuff in, my eee screen is small though. :(


Advertisement