You are not logged in.
Please use thumbnails!
Do not embed images larger than approx 250x250px (62,500px) into posts, use thumbnails linking to a hosted image instead
We recommend https://scrot.moe for image uploads. Click "Embed codes", copy/paste the "Thumbnail image (linked) BBCode" at the bottom of the page, done.
To open the linked scrot fullscreen in your browser, scroll down to the Download icon on the right (next to Like and Share), right-click it and hit T on your keyboard to open the screenshot in a new browser tab, then switch to that tab. Done.
Created and maintained by our very own mrneilypops for BunsenLabs. Thank you very much mrneilypops!
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
Offline
@ragamatrix, I really like that... Very nice.
Thanks Glenn I apreciate your compliment and credits to brontosaurusrex for the tint2 config
<start offtopic>@brontosaurusrex, I began to install stretchbang and made mistakes... for example the geany config is setting only on root account, do you know how could I have this nice config on user account ? <Stop offtopic...>
Offline
Offline
Hello
i receive a old laptop dell & i made a background from oblivion
here with 6 little conkys just 3% from cpu
@+
Last edited by loutch (2018-02-03 14:39:55)
multi-boot 7-Mageia5 kde -linuxmint Sarah xfce & linuxmint Serena cinnamoon on hp pavilion g7
Xubuntu 18.10 xfce on ASUS Rog STRIX
tanks to http://www.stci.qc.ca/affiche_smilies.php for the smileys
Offline
Offline
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
Sneak preview of the new terminal font coming soon to a Helium release near you:
Inconsolata ftw!
The sans font is Arial but we won't be using that
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
Alpine Linux running bspwm & lemonbar:
It's very nice but I do prefer xft fonts for the bar so I may have to package up the fork and use that instead.
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
^ Nice Alpine is on my 'todo' list to test drive...
Offline
Online
^ terminus is very stylish but it fails on the glyph discrimination test (IMO):
j i l 1 I
o O 0
gqy z2Z s5S 8B CG6 DO uv
^ Do they look similar in your terminal?
Inconsolata is designed so that those characters are more easily distinguishable, which is very useful for terminal-based editors
Here's my font (not Inconsolata):
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
^ terminus is very stylish but it fails on the glyph discrimination test (IMO):
j i l 1 I o O 0 gqy z2Z s5S 8B CG6 DO uv
^ Do they look similar in your terminal?
I think they discriminate just fine
Online
^ Actually yes, that's better than I remember. Still not sure about that 8B CG6 sequence though...
BunsenLabs Helium(-dev) running bspwm with tint2 (and drop-shadows):
It's great having bspwm, sxhkd & xdo in the Debian stretch repositories, I'd love to see this as an alternative desktop option in BunsenLabs.
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
Online
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
New gpu and 4k monitor; got busy with expanding my conky.
That is really nice. Could you share your conky please
I like my Metal like my coffee.......Black!
Resident Metalhead Poser
Offline
Thanks a lot Dobbie03.
Here goes...
1) The weather script is the 1_Accuweather one from here
I've added the following lines to it:
photo=$(find "$HOME/Pictures/" -maxdepth 1 -iname "*.jpg" -o -iname "*.png"|shuf -n 1)
cp "$photo" $HOME/conky_photo.jpg
x_res=$(file "$photo"|sed 's/^.*precision//'|awk '{print $2}'|sed 's/\,//'|sed 's/x/ /'|awk '{print $1}')
y_res=$(file "$photo"|sed 's/^.*precision//'|awk '{print $2}'|sed 's/\,//'|sed 's/x/ /'|awk '{print $2}')
ratio=$(echo "$x_res / $y_res"|bc -l)
output_y=$(echo "450 / $ratio"|bc -l|sed 's/\..*$//')
echo \${image $HOME/conky_photo.jpg -p 0,1680 -s 450x$output_y} > $HOME/conky_photo_command
They find a random .jpg or .png image from my Pictures folder and copy it to my home folder as conky_photo.jpg.
After the image's resolution has been found, the conky command which will scale and display it, is written in a separate file in my home folder called conky_photo_command.
The image is scaled to 450xWhatever, because my conkyrc is 450 pixels wide.
2)conkyrc file
conky.config = {
-- Create own window instead of using desktop (required in nautilus)
own_window = true,
own_window_type = 'override',
own_window_transparent = true,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager',
-- Use double buffering (reduces flicker, may not work for everyone)
double_buffer = yes,
-- fiddle with window
use_spacer = 'right',
use_xft = true,
-- Update interval in seconds
update_interval = 3,
-- Minimum size of text area
minimum_width = 450, minimum_height = 500,
maximum_width = 450,
override_utf8_locale = true,
-- Draw shades?
draw_shades = true,
-- Text stuff
draw_outline = true,-- amplifies text if yes
draw_borders = false,
--font freesans -12
font = 'Arial:size=13',
uppercase = false,-- set to yes if you want all text to be in uppercase
-- Stippled borders?
stippled_borders = 3,
-- border margins
border_inner_margin = 9,
-- border width
border_width = 10,
-- Default colors and also border colors, grey90 == #e5e5e5
default_color = '#B4B9BD',
own_window_colour = 'brown',
own_window_transparent = true,
-- 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 = 20,
imlib_cache_size = 0,
-- stuff after 'TEXT' will be formatted on screen
};
conky.text = [[
${font Arial:size=40}${time %R}${voffset -5}${alignr}${font Arial:size=28}${time %a, %e %b %Y}${execpi 120 $HOME/conky_gmail/check_gmail}${font}${color 87898B}
${hr 2}
MAILS:${color}${goto 70} ${execpi 115 sed -n '1p' $HOME/conky_gmail/mails_number}${goto 135}${color 87898B}|${goto 140}${color 87898B}CPU $color${cpu cpu0}%${goto 230}${color 87898B}${color 87898B}RAM ${color}$memperc%${goto 330}${color 87898B}PR. (SW. $color$swapperc%${color 87898B})
DS: $color${goto 55}${downspeed enp4s1}/s${goto 135}${color 87898B}|${color}${goto 145}${top cpu 1}${goto 235}${top mem 1}${goto 335}${top name 1}${color 87898B}
ΣDL: ${color}${goto 60}${totaldown enp4s1}${goto 135}${color 87898B}|${color}${goto 145}${top cpu 2}${goto 235}${top mem 2}${goto 335}${top name 2}${color 87898B}
US: $color${goto 55}${upspeed enp4s1}/s${goto 135}${color 87898B}|${color}${goto 145}${top cpu 3}${goto 235}${top mem 3}${goto 335}${top name 3}${color 87898B}
ΣUL: ${color}${goto 60}${totalup enp4s1}${goto 135}${color 87898B}|${color}${goto 145}${top cpu 4}${goto 235}${top mem 4}${goto 335}${top name 4}
${color 87898B}${font Arial:size=18}WEATHER ${hr 2}$color${texeci 500 bash $HOME/1_accuweather/1_accuweather -f2016 -h2016 -h_8h -h_no_rain -h_no_snow -h_no_ice -h_no_uv -h_no_cloud -h_no_humid -h_no_dew -h_no_visib}${font}
${image $HOME/1_accuweather/forecast_2016/forecast_0.png -p 0,215 -s 200x200}${font Arial:size=17}${goto 225}${execpi 600 sed -n '4p' $HOME/1_accuweather/curr_cond|cut -c1-20}
${goto 225}${execpi 600 sed -n '4p' $HOME/1_accuweather/curr_cond|cut -c21-40}
${font Arial:size=24}${goto 245}${execpi 600 sed -n '2p' $HOME/1_accuweather/curr_cond}° (${execpi 600 sed -n '3p' $HOME/1_accuweather/curr_cond}°)${font}${image $HOME/1_accuweather/forecast_2016/wind_0.png -p 260,325 -s 80x80}
${font Arial:size=16}${goto 370}${execpi 600 sed -n '6p' $HOME/1_accuweather/curr_cond|awk '{print $1}'}
${goto 370}${execpi 600 sed -n '6p' $HOME/1_accuweather/curr_cond|awk '{print $2}'}${font Arial:size=8}
${font}${color 87898B}HUMIDITY: $color${execpi 600 sed -n '7p' $HOME/1_accuweather/curr_cond}${goto 240}${color 87898B}PRESSURE: $color${alignr}${execpi 600 sed -n '8p' $HOME/1_accuweather/curr_cond}
${color 87898B}UV INDEX: $color${execpi 600 sed -n '9p' $HOME/1_accuweather/curr_cond} ${goto 240}${color 87898B}CLOUD COVER: $color${alignr}${execpi 600 sed -n '10p' $HOME/1_accuweather/curr_cond}
${color 87898B}DEW POINT: $color${execpi 600 sed -n '12p' $HOME/1_accuweather/curr_cond}°${goto 240}${color 87898B}VISIBILITY: $color${alignr}${execpi 600 sed -n '13p' $HOME/1_accuweather/curr_cond}
${color 87898B}SUN R/S: $color${execpi 600 sed -n '23p' $HOME/1_accuweather/curr_cond}/${execpi 600 sed -n '24p' $HOME/1_accuweather/curr_cond}${goto 240}${color 87898B}MOON R/S: ${alignr}$color${execpi 600 sed -n '25p' $HOME/1_accuweather/curr_cond}/${execpi 600 sed -n '26p' $HOME/1_accuweather/curr_cond}
${color 87898B}SUN DURAT.: $color${execpi 600 sed -n '16p' $HOME/1_accuweather/curr_cond}${goto 240}${color 87898B}MOON DURAT.: $color${alignr}${execpi 600 sed -n '20p' $HOME/1_accuweather/curr_cond}${color 87898B}
${hr 1}
${goto 25}${font Arial:size=15}${execpi 600 sed -n '1p' $HOME/1_accuweather/first_days}${goto 175}${execpi 600 sed -n '6p' $HOME/1_accuweather/first_days}${goto 325}${execpi 600 sed -n '11p' $HOME/1_accuweather/first_days}$color${font}${image $HOME/1_accuweather/forecast_2016/forecast_1.png -p 0,570 -s 85x85}${image $HOME/1_accuweather/forecast_2016/forecast_2.png -p 155,570 -s 85x85}${image $HOME/1_accuweather/forecast_2016/forecast_3.png -p 305,570 -s 85x85}
${goto 120}${execpi 600 sed -n '3p' $HOME/1_accuweather/first_days}°${goto 275}${execpi 600 sed -n '8p' $HOME/1_accuweather/first_days}°${goto 435}${execpi 600 sed -n '13p' $HOME/1_accuweather/first_days}°
${goto 120}${execpi 600 sed -n '4p' $HOME/1_accuweather/first_days}°${goto 275}${execpi 600 sed -n '9p' $HOME/1_accuweather/first_days}°${goto 435}${execpi 600 sed -n '14p' $HOME/1_accuweather/first_days}°
${execpi 600 sed -n '5p' $HOME/1_accuweather/first_days|cut -c1-17}${goto 175}${execpi 600 sed -n '10p' $HOME/1_accuweather/first_days|cut -c1-17}${goto 325}${execpi 600 sed -n '15p' $HOME/1_accuweather/first_days|cut -c1-17}
${execpi 600 sed -n '5p' $HOME/1_accuweather/first_days|cut -c18-34}${goto 175}${execpi 600 sed -n '10p' $HOME/1_accuweather/first_days|cut -c18-34}${goto 325}${execpi 600 sed -n '15p' $HOME/1_accuweather/first_days|cut -c18-34}
${color 87898B}${hr 1}
${goto 25}${font Arial:size=15}${execpi 600 sed -n '16p' $HOME/1_accuweather/first_days}${goto 175}${execpi 600 sed -n '21p' $HOME/1_accuweather/first_days}${goto 325}${execpi 600 sed -n '1p' $HOME/1_accuweather/last_days}$color${font}${image $HOME/1_accuweather/forecast_2016/forecast_4.png -p 0,755 -s 85x85}${image $HOME/1_accuweather/forecast_2016/forecast_5.png -p 155,755 -s 85x85}${image $HOME/1_accuweather/forecast_2016/forecast_6.png -p 305,755 -s 85x85}
${goto 120}${execpi 600 sed -n '18p' $HOME/1_accuweather/first_days}°${goto 275}${execpi 600 sed -n '23p' $HOME/1_accuweather/first_days}°${goto 435}${execpi 600 sed -n '3p' $HOME/1_accuweather/last_days}°
${goto 120}${execpi 600 sed -n '19p' $HOME/1_accuweather/first_days}°${goto 275}${execpi 600 sed -n '24p' $HOME/1_accuweather/first_days}°${goto 435}${execpi 600 sed -n '4p' $HOME/1_accuweather/last_days}°
${execpi 600 sed -n '20p' $HOME/1_accuweather/first_days|cut -c1-17}${goto 175}${execpi 600 sed -n '25p' $HOME/1_accuweather/first_days|cut -c1-17}${goto 325}${execpi 600 sed -n '5p' $HOME/1_accuweather/last_days|cut -c1-17}
${execpi 600 sed -n '20p' $HOME/1_accuweather/first_days|cut -c18-34}${goto 175}${execpi 600 sed -n '25p' $HOME/1_accuweather/first_days|cut -c18-34}${goto 325}${execpi 600 sed -n '5p' $HOME/1_accuweather/last_days|cut -c18-34}
${color 87898B}${hr 1}
${font Arial:size=12}${execpi 600 sed -n '6p' $HOME/1_accuweather/last_days}${goto 130}${execpi 900 sed -n '11p' $HOME/1_accuweather/last_days}${goto 245}${execpi 900 sed -n '16p' $HOME/1_accuweather/last_days}${goto 360}${execpi 900 sed -n '21p' $HOME/1_accuweather/last_days}$color${image $HOME/1_accuweather/forecast_2016/forecast_7.png -p 0,935 -s 60x60}${image $HOME/1_accuweather/forecast_2016/forecast_8.png -p 110,935 -s 60x60}${image $HOME/1_accuweather/forecast_2016/forecast_9.png -p 225,935 -s 60x60}${image $HOME/1_accuweather/forecast_2016/forecast_10.png -p 340,935 -s 60x60}${font Arial:size=4}
${font Arial:size=12}${goto 100}${execpi 600 sed -n '8p' $HOME/1_accuweather/last_days}°${goto 205}${execpi 600 sed -n '13p' $HOME/1_accuweather/last_days}°${goto 325}${execpi 600 sed -n '18p' $HOME/1_accuweather/last_days}°${goto 435}${execpi 600 sed -n '23p' $HOME/1_accuweather/last_days}°
${goto 100}${execpi 600 sed -n '9p' $HOME/1_accuweather/last_days}°${goto 205}${execpi 600 sed -n '14p' $HOME/1_accuweather/last_days}°${goto 325}${execpi 600 sed -n '19p' $HOME/1_accuweather/last_days}°${goto 435}${execpi 600 sed -n '24p' $HOME/1_accuweather/last_days}°
${color 87898B}${font Arial:size=18}HOURLY ${hr 2}$font
TIME${goto 70}CONDIT.${goto 160}FORECAST${goto 285}TEMP${goto 345}R.F.${goto 395}WIND$color
${font Arial:size=12}${execpi 600 sed -n '3p' $HOME/1_accuweather/hourly1}${goto 160}${execpi 600 sed -n '20p' $HOME/1_accuweather/hourly1}${goto 300}${execpi 600 sed -n '29p' $HOME/1_accuweather/hourly1}°${goto 345}${execpi 600 sed -n '38p' $HOME/1_accuweather/hourly1}°${goto 400}${execpi 600 sed -n '47p' $HOME/1_accuweather/hourly1}${image $HOME/1_accuweather/hourly_2016/hourly_1.png -p 50,1060 -s 65x65}
${color 87898B}${hr 1}$color
${execpi 600 sed -n '5p' $HOME/1_accuweather/hourly1}${goto 160}${execpi 600 sed -n '21p' $HOME/1_accuweather/hourly1}${goto 300}${execpi 600 sed -n '30p' $HOME/1_accuweather/hourly1}°${goto 345}${execpi 600 sed -n '39p' $HOME/1_accuweather/hourly1}°${goto 400}${execpi 600 sed -n '48p' $HOME/1_accuweather/hourly1}${image $HOME/1_accuweather/hourly_2016/hourly_2.png -p 50,1136 -s 65x65}
${color 87898B}${hr 1}$color
${execpi 600 sed -n '7p' $HOME/1_accuweather/hourly1}${goto 160}${execpi 600 sed -n '22p' $HOME/1_accuweather/hourly1}${goto 300}${execpi 600 sed -n '31p' $HOME/1_accuweather/hourly1}°${goto 345}${execpi 600 sed -n '40p' $HOME/1_accuweather/hourly1}°${goto 400}${execpi 600 sed -n '49p' $HOME/1_accuweather/hourly1}${image $HOME/1_accuweather/hourly_2016/hourly_3.png -p 50,1212 -s 65x65}
${color 87898B}${hr 1}$color
${execpi 600 sed -n '9p' $HOME/1_accuweather/hourly1}${goto 160}${execpi 600 sed -n '23p' $HOME/1_accuweather/hourly1}${goto 300}${execpi 600 sed -n '32p' $HOME/1_accuweather/hourly1}°${goto 345}${execpi 600 sed -n '41p' $HOME/1_accuweather/hourly1}°${goto 400}${execpi 600 sed -n '50p' $HOME/1_accuweather/hourly1}${image $HOME/1_accuweather/hourly_2016/hourly_4.png -p 50,1288 -s 65x65}
${color 87898B}${hr 1}$color
${execpi 600 sed -n '11p' $HOME/1_accuweather/hourly1}${goto 160}${execpi 600 sed -n '24p' $HOME/1_accuweather/hourly1}${goto 300}${execpi 600 sed -n '33p' $HOME/1_accuweather/hourly1}°${goto 345}${execpi 600 sed -n '42p' $HOME/1_accuweather/hourly1}°${goto 400}${execpi 600 sed -n '51p' $HOME/1_accuweather/hourly1}${image $HOME/1_accuweather/hourly_2016/hourly_5.png -p 50,1364 -s 65x65}
${color 87898B}${hr 1}$color
${execpi 600 sed -n '13p' $HOME/1_accuweather/hourly1}${goto 160}${execpi 600 sed -n '25p' $HOME/1_accuweather/hourly1}${goto 300}${execpi 600 sed -n '34p' $HOME/1_accuweather/hourly1}°${goto 345}${execpi 600 sed -n '43p' $HOME/1_accuweather/hourly1}°${goto 400}${execpi 600 sed -n '52p' $HOME/1_accuweather/hourly1}${image $HOME/1_accuweather/hourly_2016/hourly_6.png -p 50,1440 -s 65x65}
${color 87898B}${hr 1}$color
${execpi 600 sed -n '15p' $HOME/1_accuweather/hourly1}${goto 160}${execpi 600 sed -n '26p' $HOME/1_accuweather/hourly1}${goto 300}${execpi 600 sed -n '35p' $HOME/1_accuweather/hourly1}°${goto 345}${execpi 600 sed -n '44p' $HOME/1_accuweather/hourly1}°${goto 400}${execpi 600 sed -n '53p' $HOME/1_accuweather/hourly1}${image $HOME/1_accuweather/hourly_2016/hourly_7.png -p 50,1516 -s 65x65}
${color 87898B}${hr 1}$color
${execpi 600 sed -n '17p' $HOME/1_accuweather/hourly1}${goto 160}${execpi 600 sed -n '27p' $HOME/1_accuweather/hourly1}${goto 300}${execpi 600 sed -n '36p' $HOME/1_accuweather/hourly1}°${goto 345}${execpi 600 sed -n '45p' $HOME/1_accuweather/hourly1}°${goto 400}${execpi 600 sed -n '54p' $HOME/1_accuweather/hourly1}${image $HOME/1_accuweather/hourly_2016/hourly_8.png -p 50,1592 -s 65x65}
${color 87898B}${hr 1}$color
${execpi 20 sed -n '1p' $HOME/conky_photo_command}
]];
The check_gmail script is as follows:
#!/bin/bash
wget -O - --user MYEMAILGOESHERE --password MYPASSWORDGOESHERE --auth-no-challenge https://mail.google.com/mail/feed/atom | sed 's/^.*<fullcount>//' | sed 's/<\/fullcount>.*$//' > $HOME/conky_gmail/mails_number
mails=$(sed -n 1p $HOME/conky_gmail/mails_number)
sound=$(ls $HOME/conky_gmail/mail_sounds/ | shuf -n 1)
if [[ $mails > 0 ]]; then
aplay $HOME/conky_gmail/mail_sounds/$sound
fi
If there are any mails, a random wav sound will be played from the mail_sounds folder.
Good luck and feel free to ask me anything about it.
Last edited by TeoBigusGeekus (2018-02-09 12:17:24)
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Thanks for this, will have a play around.
Cheers
I like my Metal like my coffee.......Black!
Resident Metalhead Poser
Offline
Anytime mate.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Online