Announcement

Collapse
No announcement yet.

your KDE (screenshots)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    And here is mine, with the Neon5 Breeze icons.

    Click image for larger version

Name:	snapshot11.png
Views:	1
Size:	279.8 KB
ID:	642424 Click image for larger version

Name:	snapshot2.png
Views:	1
Size:	194.8 KB
ID:	642425
    sigpic

    Comment


      awesome picture!

      Comment


        Originally posted by StarWolf View Post
        awesome picture!
        Comes from the Kaos distro.
        sigpic

        Comment


          Here is mine currently, I really enjoy a clean desktop and slick interface.

          Comment


            Nice!

            Comment


              Here's mine as for now :
              Click image for larger version

Name:	snapshot3.png
Views:	1
Size:	679.4 KB
ID:	642450

              Conky (modified by me) script:

              Code:
              # Create own window instead of using desktop (required in nautilus)
              own_window yes
              own_window_hints undecorated,below,skip_taskbar
              own_window_type normal
              own_window_colour brown
              own_window_transparent yes
              own_window_argb_visual yes
              
              background no
              maximum_width 250
              
              # Use double buffering (reduces flicker, may not work for everyone)
              double_buffer yes
              
              # fiddle with window
              use_spacer right
              
              # Update interval in seconds
              update_interval 1
              
              # Minimum size of text area
              minimum_size 450 2
              
              # Draw shades?
              draw_shades yes
              
              draw_graph_borders no
              draw_borders no
              # Stippled borders?
              #stippled_borders 8
              # window.border_inner_margin 4
              border_width 10
              
              
              
              # Default colors and also border colors, grey90 == #e5e5e5
              default_color white
              default_shade_color black
              default_outline_color white
              
              
              
              # Text alignment, other possible values are commented
              #alignment top_right
              alignment top_left
              #alignment bottom_left
              #alignment bottom_right
              
              # Gap between borders of screen and text
              gap_x 0
              gap_y 10
              
              # Text stuff
              draw_outline no # amplifies text if yes
              uppercase no # set to yes if you want all text to be in uppercase
              override_utf8_locale yes
              use_xft yes
              xftfont Terminus:size=9
              #xftfont Sans:size=8
              xftalpha 0.8
              
              text_buffer_size 3000
              double_buffer yes
              ########## BEGIN FORMATTED DISPLAY ##########
              TEXT
              ${font A Gentle Touch:size=25}${alignc}True change is within
              ${alignc}${time %I:%M %P}
              ${font PeaxDrawnIcons:size=25}!${font A Gentle Touch:size=21} CPU ${font}${hr 1}
              
              ${color #72D5A3}CPU1: ${color }${cpu cpu1}%${alignr}${color #72D5A3}CPU2: ${color }${cpu cpu2}%
              ${color #72D5A3}${cpugraph cpu1 15,100 72D5A3 72D5A3}${alignr}${cpugraph cpu2 15,100 72D5A3 72D5A3}
              
              ${color #72D5A3}Processes:${color }${alignr}$processes
              ${color #72D5A3}Running:${color }${alignr}$running_processes
              ${color #72D5A3}CPU Temp:${color }${alignr}${acpitemp}°C
              ${color #72D5A3}HDrive Temp:${color }${alignr}${exec hddtemp -n /dev/sda}°C
              
              ${font PeaxDrawnIcons:size=25}@${font A Gentle Touch:size=21} Memory ${font}${hr 1}
              
              ${color 94BFF3}RAM: $mem${alignr}${membar 5,100}
              ${color 94BFF3}SWAP: $swap${alignr}${swapbar 5,100}
              ${color 94BFF3}ROOT: $fs_used${alignr}${fs_bar 5,100 /}
              
              ${color ffffff}${font PeaxDrawnIcons:size=25}=${font A Gentle Touch:size=21} Weather ${font}${hr 1}
              ${if_match $updates >= 10}\
              ${execi 300 curl -s "http://weather.yahooapis.com/forecastrss?w=924943&u=c" -o ~/.cache/weather.xml}
              Location $alignr${execi 300 grep "yweather:location" ~/.cache/weather.xml | grep -o "country=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"} 
              Temperature $alignr${execi 300 grep "yweather:condition" ~/.cache/weather.xml | grep -o "temp=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}°C 
              Weather $alignr${execi 300 grep "yweather:condition" ~/.cache/weather.xml | grep -o "text=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"} 
              Wind $alignr${execi 300 grep "yweather:wind" ~/.cache/weather.xml | grep -o "speed=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}${execi 300 grep "yweather:units" ~/.cache/weather.xml | grep -o "speed=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"} 
              Humidity $alignr${execi 300 grep "yweather:atmosphere" ~/.cache/weather.xml | grep -o "humidity=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}% 
              
              ${color #DCA3A3}Sunrise $alignr${execi 900 grep "yweather:astronomy" ~/.cache/weather.xml | grep -o "sunrise=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}${color}
              ${color #F0DFAF}Sunset $alignr${execi 900 grep "yweather:astronomy" ~/.cache/weather.xml | grep -o "sunset=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*"}${color}
              
              ${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==1'} $alignr${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "text=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==1'} ${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "low=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==1'}-${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "high=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==1'}°C 
              ${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2'} $alignr${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "text=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2'} ${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "low=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2'}-${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "high=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==2'}°C 
              ${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3'} $alignr${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "text=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3'} ${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "low=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3'}-${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "high=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==3'}°C 
              ${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==4'} $alignr${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "text=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==4'} ${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "low=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==4'}-${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "high=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==4'}°C 
              ${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "day=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==5'} $alignr${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "text=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==5'} ${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "low=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==5'}-${execi 300 grep "yweather:forecast" ~/.cache/weather.xml | grep -o "high=\"[^\"]*\"" | grep -o "\"[^\"]*\"" | grep -o "[^\"]*" | awk 'NR==5'}°C 
              $endif
              ${color ffffff}${font PeaxDrawnIcons:size=25}Ç${font A Gentle Touch:size=21} Network ${font}${hr 1} 
              ${if_existing /sys/class/net/eth0/operstate up}${color #EC93D3} IP (eth0): ${alignr}${color }${execi 60 LANG=en_US; /sbin/ifconfig eth0 | grep "inet addr:" | cut -d : -f 2 | awk '{print $1}'}
              
              ${color #EC93D3} UP: ${color }${upspeed eth0}${alignr}${color #EC93D3} DOWN: ${color }${downspeed eth0}
              ${color #EC93D3}${upspeedgraph eth0 10,100 EC93D3 EC93D3}${alignr}${downspeedgraph eth0 10,100 EC93D3 EC93D3}
              ${else}
              ${if_existing /sys/class/net/wlan0/operstate up}${color #EC93D3} IP (wlan0): ${alignr}${color }${execi 60 LANG=en_US; /sbin/ifconfig wlan0 | grep "inet addr:" | cut -d : -f 2 | awk '{print $1}'}
              
              ${color #EC93D3}UP: ${color }${upspeed wlan0}${alignr}${color #EC93D3}DOWN: ${color }${downspeed wlan0}
              ${color #EC93D3}${upspeedgraph wlan0 10,100 EC93D3 EC93D3} ${alignr}${downspeedgraph wlan0 10,100 EC93D3 EC93D3}
              ${endif}

              Comment


                Nice wallpaper. Where'd you get that?

                Comment


                  thx, http://joeyjazz.deviantart.com/art/Phantasm-99332930

                  Comment


                    Thanks! He has quite a few good pieces there! Good artist.

                    Comment


                      My current Desktop.

                      Click image for larger version

Name:	DT20140907.jpg
Views:	1
Size:	59.2 KB
ID:	642452

                      Comment


                        gaming on linux on an old Dell laptop

                        Click image for larger version

Name:	snapshot1.jpg
Views:	1
Size:	69.2 KB
ID:	642453
                        Last edited by millusions; Sep 07, 2014, 08:36 AM.
                        K 14.4 64 AMD 955be3200MHz 8GB 1866Mhz 6TB Plex/samba.etc.+ Macbook Air 13".

                        Comment


                          Just changed my theme.

                          Theme is called Dynamo Plasma
                          Window decoration is Flat square Teal
                          and the icon set is Dynamo icon theme
                          Attached Files

                          Comment


                            Gaming in DosBox on an old PB EasyNote laptop

                            Click image for larger version

Name:	gaming_laptop.jpeg
Views:	1
Size:	127.6 KB
ID:	642495

                            and here is my conky.conf

                            Code:
                            alignment top_right
                            background true
                            border_width 1
                            cpu_avg_samples 2
                            default_color 000000
                            default_outline_color white
                            default_shade_color white
                            draw_borders no
                            draw_graph_borders no
                            draw_outline no
                            draw_shades no
                            use_xft yes
                            xftfont Bitstream Vera Sans Mono:size=9
                            gap_x 5
                            gap_y 50
                            minimum_size 5 5
                            net_avg_samples 2
                            no_buffers yes
                            out_to_console no
                            own_window yes
                            own_window_argb_visual yes
                            own_window_argb_value 100
                            own_window_transparent yes
                            own_window_class Conky
                            own_window_type conky
                            own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
                            stippled_borders 0
                            update_interval 05.0
                            uppercase no
                            use_spacer none
                            show_graph_scale no
                            show_graph_range no
                            
                            TEXT
                            ${color}${scroll 16 $nodename - $sysname $kernel on $machine | }
                            Uptime: $uptime
                            ${color green}$hr
                            ${color}RAM Usage: $mem/$memmax - $memperc% ${membar 4}
                            Swap Usage: $swap/$swapmax - $swapperc% ${swapbar 4}
                            ${color green}$hr
                            ${color}CPU Usage: $cpu% ${cpubar 4}
                            CPU Temp: ${hwmon temp 1}C
                            Frequency: ${freq}MHz 
                            ${color green}$hr
                            ${color}File systems:/ ${fs_free /}/${fs_size /} ${fs_bar 6 /}
                            ${color green}$hr
                            ${color}Networking:
                            Up: ${upspeed eth0} k/s     Down: ${downspeed eth0} k/s
                            ${color green}$hr
                            ${color}Processes: $processes   Running: $running_processes
                            ${color green}$hr
                            ${color}Name              PID    CPU%   MEM%
                            ${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}
                            ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
                            Last edited by Al1000; Oct 05, 2014, 04:40 PM. Reason: add conky

                            Comment


                              the new system76 Bonox8



                              and Yakuake



                              and some windows



                              and of course .........................................



                              ☢VINNY☢
                              i7 4core HT 8MB L3 2.9GHz
                              16GB RAM
                              Nvidia GTX 860M 4GB RAM 1152 cuda cores

                              Comment


                                thats HOT Vinny!

                                and i love the dark theme
                                K 14.4 64 AMD 955be3200MHz 8GB 1866Mhz 6TB Plex/samba.etc.+ Macbook Air 13".

                                Comment

                                Working...
                                X