Announcement

Collapse
No announcement yet.

your KDE (screenshots)

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • vinnywright
    replied
    Yes @Teunis ,,,,,,where is the screen shot,,,,,,,,you know we whant/need to see the conky in action & this is the "your KDE screenshots"

    thread ,,,,,,,,,,,,

    and OK @woodsmoke hears is the ~/.conkyrc I am using ,,,,,slightly modafyied from one @snowhog posted for me .

    Code:
     background no
     use_xft yes
    xftfont Ubuntu Mono:size=9
    update_interval 3.0
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_argb_visual true
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 220 5
    maximum_width 220
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    default_color gray
    #default_shade_color black
    alignment top_right
    gap_x 12
    gap_y 35
    cpu_avg_samples 2
    override_utf8_locale yes
    uppercase yes # set to yes if you want all text to be in uppercase
    
    TEXT
    ${color gray}SYSTEM ${hr 1}${color}
    
    Hostname: $alignr$nodename
    Kernel: $alignr$kernel
    Release: $alignr${pre_exec lsb_release -rs | awk '{print $1}'}
    Codename: $alignr${pre_exec lsb_release -cs | awk '{print $1}'}
    Desktop: ${alignr}KDE ${pre_exec kde4-config --version | grep KDE | awk '{print $4}'}
    Uptime: $alignr$uptime
    #Temperatures: ${alignr}GPU ${intel temp}°C
    #${alignr}Core0 ${execi 5 sensors | grep "Core 0" | awk '{print $3}' | cut -c2-3}°C
    ${color 0538ab}Avgerage: ${execi 8 sensors | grep -A 0 'temp1' | cut -c14-19 | sed '/^$/d'}°C $alignr${execi 8 sensors -f | grep -A 0 'temp1' | cut -c14-19 | sed '/^$/d'}°F${color}
    Core 1  : ${execi 8 sensors | grep -A 0 'Core 0' | cut -c14-19 | sed '/^$/d'}°C $alignr${execi 8 sensors -f | grep -A 0 'Core 0' | cut -c14-19 | sed '/^$/d'}°F
    Core 2  : ${execi 8 sensors | grep -A 0 'Core 2' | cut -c14-19 | sed '/^$/d'}°C $alignr${execi 8 sensors -f | grep -A 0 'Core 2' | cut -c14-19 | sed '/^$/d'}°F
    
    CPU: ${alignr}${freq} MHz
    Processes: ${alignr}$processes ($running_processes running)
    Load: ${alignr}$loadavg
    
    CPU1 ${alignr}${cpu cpu1}%
    ${color 00af00}${cpubar 4 cpu1}${color}
    CPU2 ${alignr}${cpu cpu2}%
    ${color 00af00}${cpubar 4 cpu2}${color}
    
    
    Ram ${alignr}$mem / $memmax ($memperc%)
    ${color 00af00}${membar 4}${color}
    swap ${alignr}$swap / $swapmax ($swapperc%)
    ${color 00af00}${swapbar 4}${color}
    
    Highest CPU $alignr CPU% MEM%
    ${color 7e0f06}${top name 1}$alignr${top cpu 1}${top mem 1}${color}
    ${color d2d00a}${top name 2}$alignr${top cpu 2}${top mem 2}${color}
    ${color 0538ab}${top name 3}$alignr${top cpu 3}${top mem 3}${color}
    
    Highest MEM $alignr CPU% MEM%
    ${color 7e0f06}${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}${color}
    ${color d2d00a}${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}${color}
    ${color 0538ab}${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}${color}
    
    ${color gray}Filesystem ${hr 1}${color}
    
    Root: ${alignr}${fs_free /} / ${fs_size /}
    ${color 00af00}${fs_bar 4 /}${color}
    Disk: ${alignr}${fs_free /mnt/disk} / ${fs_size /mnt/disk}
    ${color 00af00}${fs_bar 4 /}${color}
    
    ${color gray}NETWORK ${hr 1}${color}
    
    Down ${downspeed eth0} k/s ${alignr}Up ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,107 0000ff 00ff00 scale -t -l}${alignr}${upspeedgraph eth0 25,107 d0c40c 6b0853}
    Total ${totaldown eth0} ${alignr}Total ${totalup eth0}
    VINNY

    Leave a comment:


  • oshunluvr
    replied
    Uh, screenshot? You know we love our screenies. Come on...

    Leave a comment:


  • Teunis
    replied
    A conky recipe for a Lenovo Thinkpad:
    Code:
    # UBUNTU-CONKY
    
    # A comprehensive conky script, configured for use on
    
    # Ubuntu / Debian Gnome, without the need for any external scripts.
    
    #
    
    # Based on conky-jc and the default .conkyrc.
    
    # INCLUDES:
    
    # – tail of /var/log/messages
    
    # – netstat connections to your computer
    
    #
    
    # — Pengo (conky@pengo.us)
    
    #
    
    # Create own window instead of using desktop (required in nautilus)
    
     own_window yes
     own_window_transparent yes
     own_window_argb_visual yes
     own_window_type normal
     own_window_class conky-semi
     own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
     
    # own_window_type override
    
    # own_window_hints below
     
    # Use double buffering (reduces flicker, may not work for everyone)
    
    double_buffer yes
    
    # fiddle with window
    
    use_spacer right
    
    use_xft no
    
    # use_xft yes
    # xftfont DejaVu Sans:size=8
    # xftalpha 0.8
    # text_buffer_size 2048
     
    # Update interval in seconds
    
    update_interval 3.0
    
    #Maximum Width of Window
    
    maximum_width 320
    
    # Minimum size of text area
    
    # minimum_size 250 5
    
    # Draw shades?
    
    draw_shades yes
    
    # Text stuff
    
    draw_outline no # amplifies text if yes
    
    draw_borders no
    
    font Mono
    
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    
    stippled_borders 3
    
    # border margins
    
    # border_margins 
    
    # border width
    
    border_width 6
    
    # Default colors and also border colors, grey90 == #e5e5e5
    
    default_color 00FFCC
    
    own_window_colour brown
    
    # own_window_transparent yes
    
    # 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
    
    gap_x 70
    
    gap_y 10
    
    # stuff after ‘TEXT’ will be formatted on screen
    
    TEXT
    $color
    ${color CC9900}SYSTEM ${hr 2}$color
    
    $nodename $sysname $kernel on $machine
    
    ${color CC9900}CPU ${hr 2}$color
    
    Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz
    
    Total CPU: ${cpu cpu0}%
    Temperature: $color ${acpitemp}degC.  Fan speed: $color ${ibm_fan} RPM
    #
    ${color 597DB2}${cpubar}$color
    #
    ${cpugraph 000000 597DB2}
    #
    #Core 1: ${freq 1} MHz Temperature: $color ${acpitemp} # {exec sensors|grep ‘Core0′|awk ‘{print $3}’}
    
    #${cpu cpu1}% ${color 597DB2}${cpubar cpu1}$color
    #Core 2: ${freq 2} MHz Temperature: $color ${acpitemp} # {exec sensors|grep ‘Core1′|awk ‘{print $3}’}
    #${cpu cpu2}% ${color 597DB2}${cpubar cpu2}$color
    NAME PID CPU% MEM%
    
    ${color CCFFFF}${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
    
    ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
    
    ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
    
    ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}$color
    
    ${color CC9900}MEMORY ${hr 2}$color
    
    RAM Used: ${mem} RAM Free: ${memfree}/ ${memmax}
    
    RAM: $memperc% ${color FF6600} ${membar 6}$color
    
    Swap: $swapperc% ${color FF6600} ${swapbar 6}$color
    
    ${color CC9900}DISK ${hr 2}$color
    Temperature: ${hddtemp} degC
    
    sda6 ${fs_type} (Root): ${fs_free_perc /}% ${color FFFF33} ${fs_bar 6 /}$color
    
    sda7 ${fs_type} (Home): ${fs_free_perc /home}% ${color FFFF33} ${fs_bar 6 /home}$color
    
    sda9 ${fs_type} (Home2): ${fs_free_perc /ext4/teun}% ${color FFFF33} ${fs_bar 6 /home2/teun}$color
    
    sdb1 ${fs_type} (Caddy): ${fs_free_perc /media/teun/Caddy}% ${color FFFF33} ${fs_bar 6 /media/teun/Caddy}$color
    
    ${color CC9900}NETWORK (${addr wlan0}) ${hr 2}$color
    
    Down: $color${downspeed wlan0} k/s ${alignr}Up: ${upspeed wlan0} k/s
    
    ${downspeedgraph wlan0 30,140 000000 ff0000} ${alignr}${upspeedgraph wlan0 30,140 000000 00ff00}$color
    
    Total: ${totaldown wlan0} ${alignr}Total: ${totalup wlan0}
    
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${color CC9900}LOGGING ${hr 2}$color
    # ${color 339900}${execi 30 tail -n5 /var/log/kdm.log | fold -w50}$color
    ${execi 30 tail -n5 /var/log/Xorg.0.log | awk '{print " ",$5,$6,$7,$8,$9,$10}' | fold -w50}
    Last edited by Teunis; Apr 01, 2014, 01:49 AM.

    Leave a comment:


  • woodsmoke
    replied
    It would be nice for people who want to try to run Conky for people who post a Conky desktop to post:

    a) the filesystem path........to their conky.rc folder / whatever

    b) the particular conky .rc script/text, etc.

    just a thought

    woodsmoke

    Leave a comment:


  • vinnywright
    replied
    the new desktop with 14.04 is becoming a thing of beauty............................................ .............





    at least to me

    VINNY

    Leave a comment:


  • dequire
    replied
    Awesome pic! And welcome to the family

    Leave a comment:


  • xMorpH
    replied
    First time using Kubuntu - loving it so far!

    Leave a comment:


  • xMorpH
    replied
    Love your screen shots guys - posting my own as well!

    Leave a comment:


  • MoonRise
    replied
    Reminiscing over old times long gone like with the C64. I was hoping maybe that CommodoreUSA could at least not let it pass away. Tragically the founder of that passed away. I still have the OS they were working on in virtual form but thought I'd add their Desktop Wallpaper to my desktop since I like the KDE interface over what their base was. Think it looks rather nice. Changed Homerun Kicker icon to theirs and Ta-Da! Even used their log-on sound byte!

    Click image for larger version

Name:	Selection_001.jpg
Views:	1
Size:	74.9 KB
ID:	640654

    Leave a comment:


  • woodsmoke
    replied
    Arist.

    As a note, you mighte be able to do this.

    Decades ago before his demise I attneded a seminar by Carl Sagan, and he started it off with the above image (that date of course) and indicated some "lights" out in the Pacific, and asked what they were.

    There were all sorts of answers delivered with DUE GRAVITAS......after all these people just HAD to impress the man! One fellow offered an imaginative answer, that of bioluminescence.

    But...no.......... it was the Japanese Fishing Fleet, sweeping EVERYTHING from the sea... with thousands of people living their lives on board the boats. Boats that house a few families to boats that are miniature cities with movies, swimming pools, vollyball etc. and then the factory boats that literally do everything. When they finish the fish is in the package frozen ready for sale.

    Ummmmm as an interesing thing to do...just for the Halibut....lol....

    Type in "Japanese Fishing Fleet" into Google images and see what you get.....um .....nada...(except for very "quaint" pictures of "quaint" vessels, .. they do not let images of the fleet get onto the net.

    But, we saw them once when we were outchopping to the Gulf of Tonkin....from miles away... lit up bright as a city.

    woodsmoke
    Last edited by woodsmoke; Feb 09, 2014, 04:47 AM.

    Leave a comment:


  • woodsmoke
    replied
    PDR60

    CUTE dog! And I've had similar, they were part of the family.

    woodsmoke

    Leave a comment:


  • PDR60
    replied
    Here's mine. Its my old dog Zoey. We rescued her at 6 weeks and she was only with us 5 years due to kidney cancer. She was a sweetheart though. Forgot to mention 12.04 updated here!
    Attached Files

    Leave a comment:


  • Teunis
    replied
    A slightly off topic post, it's a screeny of Razor-qt.
    It does also have a very minimal kde-plasma-desktop installed but that one is rather slow.
    The computer is a Packard Bell Le Div@ with a 600MHz PIII and a whopping 192MB of RAM.
    Already for years I've been using this All-in-One as a glorified picture frame with an LXDE desktop. (Last one was 10.04)
    Now I changed it to this Razor-qt DE because my actual plan, the new LXDE-Qt desktop doesn't start up.

    The picture shows KRadio running with some Classical station and the KDE System Monitor showing 128MB is in use.
    A totally quiet system will go as low as 66MB and that includes this monitor!
    A small annoyance or inherent HW limit is that the (pqiv) slide show picture change will draw so many cycles that the sound stutters.
    And I'm still struggling to get Spotify to run, there seems to be a problem with /proc/sys/fs/inotify/max_user_instances.


    Click image for larger version

Name:	snapshot1.jpeg
Views:	1
Size:	128.7 KB
ID:	640646

    Leave a comment:


  • oshunluvr
    replied
    Nice background, kiraitachi. I too love the Kfaenza icons. However, I cannot get used to the black and white tray icons. I still convert back to the older colored ones.

    Leave a comment:


  • kiraitachi
    replied
    My setup love it:
    Kfaenza icons
    And elementary theme.
    Attached Files

    Leave a comment:

Users Viewing This Topic

Collapse

There are 0 users viewing this topic.

Working...
X