Netrunner 15-Prometheus

New install to a btrfs partition …

:smiley:

VINNY

Wow, nice infocenter at the side!

Nice indeed :slight_smile:

I think that “infocenter” widget is conky. Might be helpful to others if you could share your conky config aswell as what plasma theme you are using :slight_smile:

It is very nice indeed, I’d like to also see it with a window or two open as well.

What desktop theme is that your using?

ask and ye shall receive…

~/.conkyrc

[code] background no
use_xft yes
xftfont Ubuntu Mono:size=10
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

${color 00af00}NVidia${color} ${execi 300 nvidia-settings -q gpus | grep ‘0] (’ | cut -d ‘(’ -f 2,2 | sed -e ‘s/.{1}$//’}
GPU Temperature : ${execi 2 nvidia-settings -q gpucoretemp | grep -m 1 Attribute | awk ‘{print $4}’ | sed -e ‘s/.//’}°C

CPU: ${execi 300 cat /proc/cpuinfo | grep -m1 name | cut -c 14-54 | fmt -w 25 -g 25}
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
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 1’ | cut -c14-19 | sed ‘/^$/d’}°C $alignr${execi 8 sensors -f | grep -A 0 ‘Core 1’ | cut -c14-19 | sed ‘/^$/d’}°F
Core 3 : ${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
Core 4 : ${execi 8 sensors | grep -A 0 ‘Core 3’ | cut -c14-19 | sed ‘/^$/d’}°C $alignr${execi 8 sensors -f | grep -A 0 ‘Core 3’ | cut -c14-19 | sed ‘/^$/d’}°F
Processes: ${alignr}$processes ($running_processes running)
Load: ${alignr}$loadavg

CPU: ${alignr}${freq} MHz

CPU1 ${alignr}${cpu cpu1}%
${color 00af00}${cpubar 4 cpu1}${color}
CPU2 ${alignr}${cpu cpu2}%
${color 00af00}${cpubar 4 cpu2}${color}
CPU3 ${alignr}${cpu cpu3}%
${color 00af00}${cpubar 4 cpu3}${color}
CPU4 ${alignr}${cpu cpu4}%
${color 00af00}${cpubar 4 cpu4}${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 E40016}${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 E40016}${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/btrfs} / ${fs_size /mnt/btrfs}
#${color 00af00}${fs_bar 4 /mnt/btrfs}${color}

${color gray}NETWORK ${hr 1}${color}
Down ${downspeed wlan0} k/s ${alignr}Up ${upspeed wlan0} k/s
${downspeedgraph wlan0 25,107 0000ff 00ff00 scale -t -l}${alignr}${upspeedgraph wlan0 25,107 d0c40c 6b0853}
Total ${totaldown wlan0} ${alignr}Total ${totalup wlan0}

${image /home/vinny/Downloads/conkyrc3.png -p 50,860 -s 125x125}
${image /home/vinny/Downloads/banner1.png -p 0,985 -s 234x30}

[/code]

hay @starbuck ,don’t I know you from Kubuntuforums.net ?

any thing else we want to see … just ask ,I’m easy :slight_smile:

VINNY