You are not logged in.

#381 2015-10-30 16:17:24

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: October 2015 Screenshots

Nili wrote:
rchkb wrote:

Do you mind sharing your conky config?  big_smile

There is already a thread about weather conky covered by TeoBigusGeekus and Sector11

Actually, that's Teo's work, I just support the scripts and play with them because Teo created them.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#382 2015-10-30 16:44:03

Nili
Member
From: $HOME/♫♪
Registered: 2015-09-30
Posts: 1,271
Website

Re: October 2015 Screenshots

rchkb wrote:

Thank you!  I was more looking for the the quote/fortune config, but I will look in to the weather conky as well.

Oh sorry, I thought since the majority of KrunchTime desktop is conky weather, thought you wanted such

Sector11, Yes right!


Tumbleweed | KDE Plasma

Offline

#383 2015-10-30 17:16:28

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: October 2015 Screenshots

Nili wrote:

KrunchTime Temetka desktop

tongue


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#384 2015-10-30 19:12:21

Nili
Member
From: $HOME/♫♪
Registered: 2015-09-30
Posts: 1,271
Website

Re: October 2015 Screenshots

hhh wrote:
Nili wrote:

KrunchTime Temetka desktop

tongue

What a fool I AM! he've requested Temetka conky code while i shot in vain about KrunchTime.

I do not deny, I haven't sleeped too much yesterday, officially i'm drunk yikes

Apologize for the unnecessary confusion

Last edited by Nili (2015-10-30 19:13:27)


Tumbleweed | KDE Plasma

Offline

#385 2015-10-30 19:27:22

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: October 2015 Screenshots

Friends don't let friends drink and forum.

A lesson I've had to learn myself, because nobody cares about your damn cat. tongue


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#386 2015-10-30 19:39:28

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,008

Re: October 2015 Screenshots

HEY!!!!   I like cats!  Friends don't let friends with cats drink and forum!   O:)

Nili's hitting the Di Saronno Amaretto again.  ]:D  Don't worry Nili, we all "OOPS!" every now an then.  My problem is more now's than then.  :8

@Temetka - come on, help Nili save face here   tongue


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#387 2015-10-31 04:32:02

Temetka
Member
From: Sol System, Western Spiral Arm
Registered: 2015-10-14
Posts: 549

Re: October 2015 Screenshots

Since we don't have an official conky thread on the BL forums yet, I will post the code here as it does relate to my screenshot.

Quotes conky:

# Text alignment, other possible values are commented
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right

# Create own window instead of using desktop
own_window yes
own_window_hints undecorated,below,sticky,skip_pager,skip_taskbar
# normal, desktop, override
own_window_type normal

# Use pseudo transparency with own_window?
own_window_transparent yes

# If own_window_transparent is set to no, you can set the background colour here
#own_window_colour black

background no

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer yes

# Use Xft?
use_xft yes
text_buffer_size 6144
minimum_size 400 750 width | height
maximum_width 400
xftfont mono:size=9

TEXT
${color orange}${execi 60 fortune | fold -s -w 57}${color}

The right hand conky is mostly my work, vastly cleaned up by Sector11 and of course with the 1a_weather conky stuff from whatshisname. Here is the code for that conky. Note that it supports 4 cores, but this machine is dual core so I disabled 2 of the core reports.

# Create own window instead of using desktop
own_window yes
own_window_hints undecorated,below,sticky,skip_pager,skip_taskbar
# normal, desktop, override
own_window_type normal

# Use pseudo transparency with own_window?
own_window_transparent yes

# If own_window_transparent is set to no, you can set the background colour here
#own_window_colour black

background no

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Add spaces to keep things from moving about?  This only affects certain objects.
use_spacer yes

# Use Xft?
use_xft yes

# Update interval in seconds
update_interval 1.0

# Minimum size of text area
#minimum_size 200 5
maximum_width 260

# Draw shades?
draw_shades no

# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
draw_graph_borders yes

uppercase no # set to yes if you want all text to be in uppercase

# Stippled borders?
stippled_borders 1

# border margins
#border_margin 10  ########################## NO
border_inner_margin 10

# border width
border_width 1

# Set conky on the bottom of all other applications
####################################################### own_window_hints below

# 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 10
gap_y 10

# stuff after 'TEXT' will be formatted on screen
override_utf8_locale yes
xftfont Liberation Mono:bold:size=8
xftalpha 0.5

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Subtract file system buffers from used memory?
no_buffers yes

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 1

##########
# Colors #
##########
color0 B0E0E6 # PowderBlue
color1 FD7171 # Red
color2 FFA449 # Orange
color3 11AD11 # Green
color4 CBCB05 # Yellow
color5 CCCCCC
color6 543F9F
color7 79CD4E
color8 888888
# Default colors and also border colors, grey90 == #e5e5e5
default_color 808080
default_shade_color gray
default_outline_color gray

TEXT
#########
# Clock #
#########
${alignc 13}${color1}${font Mono:size=12}${time %I:%M %p}${font}
${alignc 13}${color2}${font Mono:size=10}${time %A, %B %d %Y}${font}

${font Mono:size=10}${goto 51}${color}SU MO ${color0}${time %b %Y}${color} FR SA
${goto 51}${color1}${execpi 1800 LAR=`date +%-d`; ncal -bh | sed '2d' | sed -e '1d' -e 's/\<'$LAR'\>/${color0}&${color1}/' | sed ':a;N;$!ba;s/\n/\n${goto 51}/g'}${color}${font}
#################
# MISC SYS INFO #
#################
${color3}${alignc}${font Mono:size=10} ${pre_exec cat /etc/issue.net}${font}
${color8}Kernel: ${color5}$kernel${color8}
Uptime: ${color5}$uptime${color}
${color8}Battery:${color5} ${battery}
${color8}Time Rem:${color5}${battery_time} ${battery_bar 6,50} ${color}
##########
#CPU TEMP#
##########
${color6}CPU Usage ${hr 2}${color}
${color8}CPU: ${color5}Intel Core i5 M520 @ 2.4GHz${color}
${color8}Frequency: ${color5}${alignr}$freq_g GHz${color}
${color8}CPU Fan Speed: ${color5}${execi 2 cat /sys/devices/platform/thinkpad_hwmon/fan1_input}${color} RPM
${cpugraph cpu1 18,260 11AD11 FD7171}
${voffset -22}${goto 60}${color1}CORE 0: ${color2}${cpubar cpu1 9,77} ${color4} ${execi 1 sensors | grep "Core 0:" | cut -d+ -f2 | cut -c1-2}${color7}°C @ ${color3}${cpu cpu1}%${color}
${cpugraph cpu2 18,260 11AD11 FD7171}
${voffset -22}${goto 60}${color1}CORE 1: ${color2}${cpubar cpu2 8,77} ${color4} ${execi 1 sensors | grep "Core 0:" | cut -d+ -f2 | cut -c1-2}${color7}°C @ ${color3}${cpu cpu2}%${color}
#${cpugraph cpu3 18,260 11AD11 FD7171}
#${voffset -22}${goto 60}${color1}CORE 2: ${color2}${cpubar cpu3 8,77} ${color4} ${execi 1 sensors | grep "Core 2:" | cut -d+ -f2 | cut -c1-2}${color7}°C @ ${color3}${cpu cpu3}%${color}
#${cpugraph cpu4 18,260 11AD11 FD7171}
#${voffset -22}${goto 60}${color1}CORE 3: ${color2}${cpubar cpu4 8,77} ${color4} ${execi 1 sensors | grep "Core 2:" | cut -d+ -f2 | cut -c1-2}${color7}°C @ ${color3}${cpu cpu4}%${color}

#####################
# DRIVES AND MEMORY #
#####################
${color6}RAM & Disk Usage ${hr 2}
${color8}RAM:${color1}${alignc}${offset 25}$mem${color4} | ${color3}$memmax${alignr}$memperc%${color}
${membar 5,260}
Linux${color1}${alignc}${offset 32}${fs_used /boot}${color4} | ${color3}${fs_size /boot} ${alignr} ${fs_free_perc /boot}%${color}
${fs_bar 3,260 /boot}
# Windows${color1}${alignc}${offset 20}${fs_used /media/mike/EVO}${color4} | ${color3}${fs_size /media/mike/EVO}${alignr}${fs_free_perc /media/mike/EVO}%${color}
# ${fs_bar 3,260 /media/mike/EVO}
SD Card${color1}${alignc}${offset 20}${fs_used /media/temetka/CHIP}${color4} | ${color3}${fs_size /media/temetka/CHIP}${alignr}${fs_free_perc /media/temetka/CHIP}%${color}
${fs_bar 3,260 /media/temetka/CHIP}

###########################
# Top 5 Running Processes #
###########################
${color6}Top 5 Processes ${hr 2}
${offset -11}${color1}${top cpu 1}%${alignc}${offset 30}${top name 1}$alignr${top pid 1}
${offset -11}${color2}${top cpu 2}%${alignc}${offset 30}${top name 2}$alignr${top pid 2}
${offset -11}${color4}${top cpu 3}%${alignc}${offset 30}${top name 3}$alignr${top pid 3}
${offset -11}${color7}${top cpu 4}%${alignc}${offset 30}${top name 4}$alignr${top pid 4}
${offset -11}${color3}${top cpu 5}%${alignc}${offset 30}${top name 5}$alignr${top pid 5}

################
# Network Info #
################
${color6}Network Analysis ${hr 2}
${if_existing /proc/net/route wlan0}${color1}IP Address     ${color}${alignr}${color1}${addr wlan0}
${color2}SSID               ${color2}${alignr}${wireless_essid wlan0}
${color4}Signal Strength    ${color4}${alignr}${wireless_link_qual_perc wlan0}% ${wireless_link_bar 8,75 wlan0}

${color1}Incoming:${alignc}${color2}${offset 30}${downspeedf wlan0}$alignr${color7}KB/s${color}
${color8}${downspeedgraph wlan0 15,260 11AD11 FD7171}${color}
${color3}${voffset -17}${alignc}${totaldown wlan0}${color}
${color1}Outgoing:${alignc}${color2}${offset 30}${upspeedf wlan0}$alignr${color7}KB/s${color}
${color8}${upspeedgraph wlan0 15,260 11AD11 FD7171}${color}
${color3}${voffset -17}${alignc}${totalup wlan0}${color}

################
# WEATHER INFO #
################
# This weather info uses the 1a weather script found on the Crunchbang forums
## ${execi 600 bash $HOME/1a_accuweather_conkyweather_font/1a}
${font conkyweather:size=30}${execi 600  sed -n '2p' ~/1a_accuweather_conkyweather_font/curr_cond}${font}
${voffset -38}${goto 70}${color2}CURRENTLY  ${execpi 600 sed -n '4p' $HOME/1a_accuweather_conkyweather_font/curr_cond}°F${color}
${goto 70}${color3}${execpi 600 sed -n '3p' $HOME/1a_accuweather_conkyweather_font/curr_cond}${color}

${font conkyweather:size=30}${execi 600  sed -n '2p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}
${voffset -38}${color2}${goto 70}${execpi 600 sed -n '1p' $HOME/1a_accuweather_conkyweather_font/tod_ton}  \
${execpi 600 sed -n '4p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F / \
${execpi 600 sed -n '5p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F${color2}
${goto 70}${color3}${execpi 600 sed -n '3p' $HOME/1a_accuweather_conkyweather_font/tod_ton}${color}

${font conkyweather:size=30}${execi 600  sed -n '7p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}
${voffset -38}${color2}${goto 70}${execpi 600 sed -n '6p' $HOME/1a_accuweather_conkyweather_font/tod_ton}  \
${execpi 600 sed -n '9p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F / \
${execpi 600 sed -n '10p' $HOME/1a_accuweather_conkyweather_font/tod_ton}°F${color2}
${goto 70}${color3}${execpi 600 sed -n '8p' $HOME/1a_accuweather_conkyweather_font/tod_ton}${color}

The above 2 conky's are the final versions of what started here:

http://crunchbang.org/forums/viewtopic. … 20#p437520

Much credit is due to Sector11 for helping me out and for the creater of the weather scripts. In the spirit of open source, huggy feely touchy shary, enjoy. It's as much the community's work as mine.

@MODS: We need a new dedicated conky area here on BL due to #! going read only soon.


The meaning of life is to just be alive. It is so plain and so obvious
    and so simple. And yet everybody rushes aroound in a great panic
             as if it were necessary to achieve something beyond themselves.
                                                                                                             - Alan Watts

Offline

#388 2015-10-31 06:46:40

fog
Member
From: Athens, Greece
Registered: 2015-10-28
Posts: 112
Website

Re: October 2015 Screenshots

Great shots everyone big_smile
@PackRat: Thank you.

damo's BLOBcm is an awesome utility. Every day a new -quick and easy- setup:

jhukrdAm.png


Toshiba Satellite P50-C-17C (i7-6700HQ/12GB/1TB + 128GB/GeForce GTX 950M/FHD)
Where there's a shell, there is a way.
github || photos || blog || dArt

Offline

#389 2015-10-31 06:58:47

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: October 2015 Screenshots

fog wrote:

Great shots everyone big_smile
@PackRat: Thank you.

damo's BLOBcm is an awesome utility. Every day a new -quick and easy- setup:

http://i.imgur.com/jhukrdAm.png

Looks good.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#390 2015-10-31 07:11:02

Temetka
Member
From: Sol System, Western Spiral Arm
Registered: 2015-10-14
Posts: 549

Re: October 2015 Screenshots

fog wrote:

Great shots everyone big_smile
@PackRat: Thank you.

damo's BLOBcm is an awesome utility. Every day a new -quick and easy- setup:

http://i.imgur.com/jhukrdAm.png

That looks nice.

How did you do the Bunsen flame in the terminal?


The meaning of life is to just be alive. It is so plain and so obvious
    and so simple. And yet everybody rushes aroound in a great panic
             as if it were necessary to achieve something beyond themselves.
                                                                                                             - Alan Watts

Offline

#391 2015-10-31 07:15:07

fog
Member
From: Athens, Greece
Registered: 2015-10-28
Posts: 112
Website

Re: October 2015 Screenshots

@Dobbie03: Thanks smile
@Temetka I'm using a modified version of screenfetch. You can find it here


Toshiba Satellite P50-C-17C (i7-6700HQ/12GB/1TB + 128GB/GeForce GTX 950M/FHD)
Where there's a shell, there is a way.
github || photos || blog || dArt

Offline

#392 2015-10-31 09:58:33

Temetka
Member
From: Sol System, Western Spiral Arm
Registered: 2015-10-14
Posts: 549

Re: October 2015 Screenshots

I got syntax errors when running it starting on line 46.

Could you share your script?


The meaning of life is to just be alive. It is so plain and so obvious
    and so simple. And yet everybody rushes aroound in a great panic
             as if it were necessary to achieve something beyond themselves.
                                                                                                             - Alan Watts

Offline

#393 2015-10-31 10:03:11

fog
Member
From: Athens, Greece
Registered: 2015-10-28
Posts: 112
Website

Re: October 2015 Screenshots

Temetka wrote:

I got syntax errors when running it starting on line 46.

Could you share your script?

Sure but is the default script http://pastebin.com/14fkCxTS


Toshiba Satellite P50-C-17C (i7-6700HQ/12GB/1TB + 128GB/GeForce GTX 950M/FHD)
Where there's a shell, there is a way.
github || photos || blog || dArt

Offline

#394 2015-10-31 12:29:00

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: October 2015 Screenshots

2015_10_31_130132_1280x800_scrot.jpg

Offline

#395 2015-10-31 13:10:11

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: October 2015 Screenshots

Temetka wrote:

I got syntax errors when running it starting on line 46.

Could you share your script?

Probably an issue with the `distros` variable?


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#396 2015-10-31 13:43:49

Nili
Member
From: $HOME/♫♪
Registered: 2015-09-30
Posts: 1,271
Website

Re: October 2015 Screenshots

Thank you for keeping me close to you even drunk or sleepless big_smile

Very nice scrot fog,

Thanks for sharing your conky Temetka,

HoaS nice custom as always.


Tumbleweed | KDE Plasma

Offline

#397 2015-10-31 17:23:43

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: October 2015 Screenshots

2015_10_31_165223_1920x1080_scrot.jpg

Offline

#398 2015-10-31 18:27:36

Döbbie03
Resident Metalhead
From: New Zealand
Registered: 2015-09-29
Posts: 3,853

Re: October 2015 Screenshots

esWpR3Xt.png

Not long until Star Wars now.


"All we are is dust in the wind, dude"
                                       - Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
                                       - Wayne Campbell

Offline

#399 2015-10-31 19:06:17

Temetka
Member
From: Sol System, Western Spiral Arm
Registered: 2015-10-14
Posts: 549

Re: October 2015 Screenshots

fog wrote:
Temetka wrote:

I got syntax errors when running it starting on line 46.

Could you share your script?

Sure but is the default script http://pastebin.com/14fkCxTS

Thanks. I'm still getting errors, but this is the screenshot thread. So I will go create a thread in the help section.


The meaning of life is to just be alive. It is so plain and so obvious
    and so simple. And yet everybody rushes aroound in a great panic
             as if it were necessary to achieve something beyond themselves.
                                                                                                             - Alan Watts

Offline

#400 2015-11-01 12:04:01

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: October 2015 Screenshots

Thank you all for the amazing scrots!

/Closing.

Offline

Board footer

Powered by FluxBB