You are not logged in.
Changed my conky, got tired of the old one.
https://i.imgur.com/4AK0W53t.jpg
I love that conky. Can you please share it with me?
One of the ArchLabs dudes
Obssesive Metalhead and practiced beer drinker
\m/
Dobbie's Suckless
Offline
Certainly, be warned though that the conkyrc was made for 163dpi monitor settings
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 = true,
-- fiddle with window
use_spacer = 'right',
use_xft = true,
-- Update interval in seconds
update_interval = 3,
-- Minimum size of text area
minimum_width = 830, minimum_height = 500,
maximum_width = 830,
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=10',
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 = '#FFFFFF',
color1 = '#949494',
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 = 10,
imlib_cache_size = 0,
-- stuff after 'TEXT' will be formatted on screen
};
conky.text = [[
${font Arial:size=27}${time %R} ${font Arial:size=15}${time %a, %e %b %Y}${color1} | MAILS:${color} ${texeci 115 sed -n '1p' $HOME/conky_gmail/mails_number}${color1} | CPU T: ${color}${hwmon 1 temp 1}°C${texeci 120 $HOME/conky_gmail/check_gmail}
$color1${font}EXPRESSVPN:$color ${texeci 600 expressvpn status|head -1|sed 's/^.*Connected/Connected/'|sed 's/^.*Disconnected/Disconnected/'|sed 's/^.*Connecting/Connecting/'}
${color1}CPU:$color ${cpu cpu0}%${color1} | RAM:${color} $memperc%${color1} | SW:${color} ${swapperc}%${color1} | DOWNL. SP.:${color} ${downspeed enp4s1}/s${color1} | UPL. SP.:${color} ${upspeed enp4s1}/s
${color1}ROOT:$color ${fs_used /} (${fs_used_perc /}%)${color1} | SEAGATE:$color ${fs_used /media/SG/} (${fs_used_perc /media/SG/}%)${color1} | WEST. DIG.:$color ${fs_used /media/WD/} (${fs_used_perc /media/WD/}%)
${color1}${font Arial:size=12}WEATHER ${hr 2}$color${texeci 500 bash $HOME/Weather_com_conky_script/weather_com}${image $HOME/Weather_com_conky_script/Forecast_Images/now.png -p 0,220 -s 150x150}
${goto 190}${font Arial:size=16}${texeci 600 sed -n '2p' $HOME/Weather_com_conky_script/now}$color1 | $color${texeci 600 sed -n '1p' $HOME/Weather_com_conky_script/now}°(${texeci 600 sed -n '3p' $HOME/Weather_com_conky_script/now}°)
${goto 190}$color1${font Arial:size=12}MOON: $color${texeci 600 sed -n '17p' $HOME/Weather_com_conky_script/now}
${goto 190}$color1${font}HI / LOW:$color ${texeci 600 sed -n '4p' $HOME/Weather_com_conky_script/now}° / ${texeci 600 sed -n '5p' $HOME/Weather_com_conky_script/now}°$color1 | WIND:$color ${texeci 600 sed -n '7p' $HOME/Weather_com_conky_script/now}$color1 | UV INDEX:$color ${texeci 600 sed -n '6p' $HOME/Weather_com_conky_script/now}
${goto 190}${color1}SUNRISE:$color ${texeci 600 sed -n '13p' $HOME/Weather_com_conky_script/now}$color1 | SUNSET:$color ${texeci 600 sed -n '15p' $HOME/Weather_com_conky_script/now}$color1 | PRESSURE:$color ${texeci 600 sed -n '10p' $HOME/Weather_com_conky_script/now}
${goto 190}${color1}MOONRISE:$color ${texeci 600 sed -n '19p' $HOME/Weather_com_conky_script/now}$color1 | MOONSET:$color ${texeci 600 sed -n '21p' $HOME/Weather_com_conky_script/now}$color1 | VISIBILITY:$color ${texeci 600 sed -n '11p' $HOME/Weather_com_conky_script/now}
${if_match "${texeci 600 sed -n '1p' $HOME/Weather_com_conky_script/10days}" == "Today"}
${image $HOME/Weather_com_conky_script/Forecast_Images/d1.png -p 0,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d2.png -p 120,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d3.png -p 240,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d4.png -p 360,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d5.png -p 480,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d6.png -p 600,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d7.png -p 720,390 -s 90x90}${font Arial:size=8}
$font${color1}${goto 40}${font}${texeci 600 sed -n '1p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 160}${texeci 600 sed -n '63p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 280}${texeci 600 sed -n '125p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 400}${texeci 600 sed -n '187p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 520}${texeci 600 sed -n '249p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 640}${texeci 600 sed -n '311p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 760}${texeci 600 sed -n '373p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}$font$color
${goto 30}${texeci 600 sed -n '9p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '40p' $HOME/Weather_com_conky_script/10days}°${goto 150}${texeci 600 sed -n '71p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '102p' $HOME/Weather_com_conky_script/10days}°${goto 270}${texeci 600 sed -n '133p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '164p' $HOME/Weather_com_conky_script/10days}°${goto 390}${texeci 600 sed -n '195p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '226p' $HOME/Weather_com_conky_script/10days}°${goto 510}${texeci 600 sed -n '257p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '288p' $HOME/Weather_com_conky_script/10days}°${goto 630}${texeci 600 sed -n '319p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '350p' $HOME/Weather_com_conky_script/10days}°${goto 750}${texeci 600 sed -n '381p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '412p' $HOME/Weather_com_conky_script/10days}°${else}
${image $HOME/Weather_com_conky_script/Forecast_Images/d1.png -p 0,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d2.png -p 120,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d3.png -p 240,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d4.png -p 360,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d5.png -p 480,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d6.png -p 600,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d7.png -p 720,390 -s 90x90}${font Arial:size=8}
$font${color1}${goto 40}${font}${texeci 600 sed -n '1p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 160}${texeci 600 sed -n '32p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 280}${texeci 600 sed -n '94p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 400}${texeci 600 sed -n '156p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 520}${texeci 600 sed -n '218p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 640}${texeci 600 sed -n '280p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 760}${texeci 600 sed -n '342p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}$font$color
${goto 30}--°/${texeci 600 sed -n '9p' $HOME/Weather_com_conky_script/10days}°${goto 150}${texeci 600 sed -n '40p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '71p' $HOME/Weather_com_conky_script/10days}°${goto 270}${texeci 600 sed -n '102p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '133p' $HOME/Weather_com_conky_script/10days}°${goto 390}${texeci 600 sed -n '164p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '195p' $HOME/Weather_com_conky_script/10days}°${goto 510}${texeci 600 sed -n '226p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '257p' $HOME/Weather_com_conky_script/10days}°${goto 630}${texeci 600 sed -n '288p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '319p' $HOME/Weather_com_conky_script/10days}°${goto 750}${texeci 600 sed -n '350p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '381p' $HOME/Weather_com_conky_script/10days}°${endif}
${image $HOME/Weather_com_conky_script/Forecast_Images/h1.png -p 5,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h2.png -p 80,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h3.png -p 155,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h4.png -p 230,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h5.png -p 305,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h6.png -p 380,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h7.png -p 455,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h8.png -p 530,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h9.png -p 605,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h10.png -p 680,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h11.png -p 755,565 -s 50x50}
${goto 25}${font Arial:size=8}${color1}${texeci 600 sed -n '1p' $HOME/Weather_com_conky_script/hourly}${goto 100}${texeci 600 sed -n '30p' $HOME/Weather_com_conky_script/hourly}${goto 175}${texeci 600 sed -n '59p' $HOME/Weather_com_conky_script/hourly}${goto 250}${texeci 600 sed -n '88p' $HOME/Weather_com_conky_script/hourly}${goto 325}${texeci 600 sed -n '117p' $HOME/Weather_com_conky_script/hourly}${goto 400}${texeci 600 sed -n '146p' $HOME/Weather_com_conky_script/hourly}${goto 475}${texeci 600 sed -n '175p' $HOME/Weather_com_conky_script/hourly}${goto 550}${texeci 600 sed -n '204p' $HOME/Weather_com_conky_script/hourly}${goto 620}${texeci 600 sed -n '233p' $HOME/Weather_com_conky_script/hourly}${goto 695}${texeci 600 sed -n '262p' $HOME/Weather_com_conky_script/hourly}${goto 775}${texeci 600 sed -n '291p' $HOME/Weather_com_conky_script/hourly}$color
${goto 35}${texeci 600 sed -n '3p' $HOME/Weather_com_conky_script/hourly}°${goto 110}${texeci 600 sed -n '32p' $HOME/Weather_com_conky_script/hourly}°${goto 185}${texeci 600 sed -n '61p' $HOME/Weather_com_conky_script/hourly}°${goto 260}${texeci 600 sed -n '90p' $HOME/Weather_com_conky_script/hourly}°${goto 335}${texeci 600 sed -n '119p' $HOME/Weather_com_conky_script/hourly}°${goto 410}${texeci 600 sed -n '148p' $HOME/Weather_com_conky_script/hourly}°${goto 485}${texeci 600 sed -n '177p' $HOME/Weather_com_conky_script/hourly}°${goto 560}${texeci 600 sed -n '206p' $HOME/Weather_com_conky_script/hourly}°${goto 635}${texeci 600 sed -n '235p' $HOME/Weather_com_conky_script/hourly}°${goto 710}${texeci 600 sed -n '264p' $HOME/Weather_com_conky_script/hourly}°${goto 785}${texeci 600 sed -n '293p' $HOME/Weather_com_conky_script/hourly}°
${color1}${hr 2}
]];
You can find the weather.com script here
If you run an updated Arch system it's gonna work fine, otherwise you'll encountered problems.
The gmail script is this:
#!/bin/bash
wget -O - --user myemail@gmail.com --password mypassword --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
Good luck!
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!
Online
Certainly, be warned though that the conkyrc was made for 163dpi monitor settings
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 = true, -- fiddle with window use_spacer = 'right', use_xft = true, -- Update interval in seconds update_interval = 3, -- Minimum size of text area minimum_width = 830, minimum_height = 500, maximum_width = 830, 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=10', 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 = '#FFFFFF', color1 = '#949494', 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 = 10, imlib_cache_size = 0, -- stuff after 'TEXT' will be formatted on screen }; conky.text = [[ ${font Arial:size=27}${time %R} ${font Arial:size=15}${time %a, %e %b %Y}${color1} | MAILS:${color} ${texeci 115 sed -n '1p' $HOME/conky_gmail/mails_number}${color1} | CPU T: ${color}${hwmon 1 temp 1}°C${texeci 120 $HOME/conky_gmail/check_gmail} $color1${font}EXPRESSVPN:$color ${texeci 600 expressvpn status|head -1|sed 's/^.*Connected/Connected/'|sed 's/^.*Disconnected/Disconnected/'|sed 's/^.*Connecting/Connecting/'} ${color1}CPU:$color ${cpu cpu0}%${color1} | RAM:${color} $memperc%${color1} | SW:${color} ${swapperc}%${color1} | DOWNL. SP.:${color} ${downspeed enp4s1}/s${color1} | UPL. SP.:${color} ${upspeed enp4s1}/s ${color1}ROOT:$color ${fs_used /} (${fs_used_perc /}%)${color1} | SEAGATE:$color ${fs_used /media/SG/} (${fs_used_perc /media/SG/}%)${color1} | WEST. DIG.:$color ${fs_used /media/WD/} (${fs_used_perc /media/WD/}%) ${color1}${font Arial:size=12}WEATHER ${hr 2}$color${texeci 500 bash $HOME/Weather_com_conky_script/weather_com}${image $HOME/Weather_com_conky_script/Forecast_Images/now.png -p 0,220 -s 150x150} ${goto 190}${font Arial:size=16}${texeci 600 sed -n '2p' $HOME/Weather_com_conky_script/now}$color1 | $color${texeci 600 sed -n '1p' $HOME/Weather_com_conky_script/now}°(${texeci 600 sed -n '3p' $HOME/Weather_com_conky_script/now}°) ${goto 190}$color1${font Arial:size=12}MOON: $color${texeci 600 sed -n '17p' $HOME/Weather_com_conky_script/now} ${goto 190}$color1${font}HI / LOW:$color ${texeci 600 sed -n '4p' $HOME/Weather_com_conky_script/now}° / ${texeci 600 sed -n '5p' $HOME/Weather_com_conky_script/now}°$color1 | WIND:$color ${texeci 600 sed -n '7p' $HOME/Weather_com_conky_script/now}$color1 | UV INDEX:$color ${texeci 600 sed -n '6p' $HOME/Weather_com_conky_script/now} ${goto 190}${color1}SUNRISE:$color ${texeci 600 sed -n '13p' $HOME/Weather_com_conky_script/now}$color1 | SUNSET:$color ${texeci 600 sed -n '15p' $HOME/Weather_com_conky_script/now}$color1 | PRESSURE:$color ${texeci 600 sed -n '10p' $HOME/Weather_com_conky_script/now} ${goto 190}${color1}MOONRISE:$color ${texeci 600 sed -n '19p' $HOME/Weather_com_conky_script/now}$color1 | MOONSET:$color ${texeci 600 sed -n '21p' $HOME/Weather_com_conky_script/now}$color1 | VISIBILITY:$color ${texeci 600 sed -n '11p' $HOME/Weather_com_conky_script/now} ${if_match "${texeci 600 sed -n '1p' $HOME/Weather_com_conky_script/10days}" == "Today"} ${image $HOME/Weather_com_conky_script/Forecast_Images/d1.png -p 0,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d2.png -p 120,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d3.png -p 240,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d4.png -p 360,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d5.png -p 480,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d6.png -p 600,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d7.png -p 720,390 -s 90x90}${font Arial:size=8} $font${color1}${goto 40}${font}${texeci 600 sed -n '1p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 160}${texeci 600 sed -n '63p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 280}${texeci 600 sed -n '125p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 400}${texeci 600 sed -n '187p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 520}${texeci 600 sed -n '249p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 640}${texeci 600 sed -n '311p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 760}${texeci 600 sed -n '373p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}$font$color ${goto 30}${texeci 600 sed -n '9p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '40p' $HOME/Weather_com_conky_script/10days}°${goto 150}${texeci 600 sed -n '71p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '102p' $HOME/Weather_com_conky_script/10days}°${goto 270}${texeci 600 sed -n '133p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '164p' $HOME/Weather_com_conky_script/10days}°${goto 390}${texeci 600 sed -n '195p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '226p' $HOME/Weather_com_conky_script/10days}°${goto 510}${texeci 600 sed -n '257p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '288p' $HOME/Weather_com_conky_script/10days}°${goto 630}${texeci 600 sed -n '319p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '350p' $HOME/Weather_com_conky_script/10days}°${goto 750}${texeci 600 sed -n '381p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '412p' $HOME/Weather_com_conky_script/10days}°${else} ${image $HOME/Weather_com_conky_script/Forecast_Images/d1.png -p 0,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d2.png -p 120,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d3.png -p 240,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d4.png -p 360,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d5.png -p 480,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d6.png -p 600,390 -s 90x90}${image $HOME/Weather_com_conky_script/Forecast_Images/d7.png -p 720,390 -s 90x90}${font Arial:size=8} $font${color1}${goto 40}${font}${texeci 600 sed -n '1p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 160}${texeci 600 sed -n '32p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 280}${texeci 600 sed -n '94p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 400}${texeci 600 sed -n '156p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 520}${texeci 600 sed -n '218p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 640}${texeci 600 sed -n '280p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}${goto 760}${texeci 600 sed -n '342p' $HOME/Weather_com_conky_script/10days|tr a-z A-Z|cut -c1-3}$font$color ${goto 30}--°/${texeci 600 sed -n '9p' $HOME/Weather_com_conky_script/10days}°${goto 150}${texeci 600 sed -n '40p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '71p' $HOME/Weather_com_conky_script/10days}°${goto 270}${texeci 600 sed -n '102p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '133p' $HOME/Weather_com_conky_script/10days}°${goto 390}${texeci 600 sed -n '164p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '195p' $HOME/Weather_com_conky_script/10days}°${goto 510}${texeci 600 sed -n '226p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '257p' $HOME/Weather_com_conky_script/10days}°${goto 630}${texeci 600 sed -n '288p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '319p' $HOME/Weather_com_conky_script/10days}°${goto 750}${texeci 600 sed -n '350p' $HOME/Weather_com_conky_script/10days}°/${texeci 600 sed -n '381p' $HOME/Weather_com_conky_script/10days}°${endif} ${image $HOME/Weather_com_conky_script/Forecast_Images/h1.png -p 5,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h2.png -p 80,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h3.png -p 155,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h4.png -p 230,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h5.png -p 305,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h6.png -p 380,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h7.png -p 455,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h8.png -p 530,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h9.png -p 605,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h10.png -p 680,565 -s 50x50}${image $HOME/Weather_com_conky_script/Forecast_Images/h11.png -p 755,565 -s 50x50} ${goto 25}${font Arial:size=8}${color1}${texeci 600 sed -n '1p' $HOME/Weather_com_conky_script/hourly}${goto 100}${texeci 600 sed -n '30p' $HOME/Weather_com_conky_script/hourly}${goto 175}${texeci 600 sed -n '59p' $HOME/Weather_com_conky_script/hourly}${goto 250}${texeci 600 sed -n '88p' $HOME/Weather_com_conky_script/hourly}${goto 325}${texeci 600 sed -n '117p' $HOME/Weather_com_conky_script/hourly}${goto 400}${texeci 600 sed -n '146p' $HOME/Weather_com_conky_script/hourly}${goto 475}${texeci 600 sed -n '175p' $HOME/Weather_com_conky_script/hourly}${goto 550}${texeci 600 sed -n '204p' $HOME/Weather_com_conky_script/hourly}${goto 620}${texeci 600 sed -n '233p' $HOME/Weather_com_conky_script/hourly}${goto 695}${texeci 600 sed -n '262p' $HOME/Weather_com_conky_script/hourly}${goto 775}${texeci 600 sed -n '291p' $HOME/Weather_com_conky_script/hourly}$color ${goto 35}${texeci 600 sed -n '3p' $HOME/Weather_com_conky_script/hourly}°${goto 110}${texeci 600 sed -n '32p' $HOME/Weather_com_conky_script/hourly}°${goto 185}${texeci 600 sed -n '61p' $HOME/Weather_com_conky_script/hourly}°${goto 260}${texeci 600 sed -n '90p' $HOME/Weather_com_conky_script/hourly}°${goto 335}${texeci 600 sed -n '119p' $HOME/Weather_com_conky_script/hourly}°${goto 410}${texeci 600 sed -n '148p' $HOME/Weather_com_conky_script/hourly}°${goto 485}${texeci 600 sed -n '177p' $HOME/Weather_com_conky_script/hourly}°${goto 560}${texeci 600 sed -n '206p' $HOME/Weather_com_conky_script/hourly}°${goto 635}${texeci 600 sed -n '235p' $HOME/Weather_com_conky_script/hourly}°${goto 710}${texeci 600 sed -n '264p' $HOME/Weather_com_conky_script/hourly}°${goto 785}${texeci 600 sed -n '293p' $HOME/Weather_com_conky_script/hourly}° ${color1}${hr 2} ]];
You can find the weather.com script here
If you run an updated Arch system it's gonna work fine, otherwise you'll encountered problems.The gmail script is this:
#!/bin/bash wget -O - --user myemail@gmail.com --password mypassword --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
Good luck!
Brilliant, thank you.
One of the ArchLabs dudes
Obssesive Metalhead and practiced beer drinker
\m/
Dobbie's Suckless
Offline
You've also made me listen to Rotting Christ's "Wolfera the Jackal"
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!
Online
Offline
Good luck!
I cloned your repo for the weather script but the forecast images folder is empty, where can I find those images please?
One of the ArchLabs dudes
Obssesive Metalhead and practiced beer drinker
\m/
Dobbie's Suckless
Offline
You've also made me listen to Rotting Christ's "Wolfera the Jackal"
Most excellent, that makes me happy
One of the ArchLabs dudes
Obssesive Metalhead and practiced beer drinker
\m/
Dobbie's Suckless
Offline
TeoBigusGeekus wrote:Good luck!
I cloned your repo for the weather script but the forecast images folder is empty, where can I find those images please?
That's the beauty of this script, the images are created on the spot by svg definitions.
So, the Forecast_Images folder will be populated in situ.
Last edited by TeoBigusGeekus (2019-10-05 22:51:55)
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!
Online
Most excellent. There must be another reason why my conditions etc aren't showing.
Dobbie03 wrote:TeoBigusGeekus wrote:Good luck!
I cloned your repo for the weather script but the forecast images folder is empty, where can I find those images please?
That's the beauty of this script, the images are created on the spot by svg definitions.
So, the Forecast_Images folder will be populated in situ.
One of the ArchLabs dudes
Obssesive Metalhead and practiced beer drinker
\m/
Dobbie's Suckless
Offline
Kill conky and run the script again, it always does this on the first run.
EDIT: Also, try running it from the command line to see if you get any error messages.
Last edited by TeoBigusGeekus (2019-10-05 22:56:43)
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!
Online
Kill conky and run the script again, it always does this on the first run.
EDIT: Also, try running it from the command line to see if you get any error messages.
Got it, just need to mess with the DPI to get it right. How do you change this for conky? My DPI is 161
One of the ArchLabs dudes
Obssesive Metalhead and practiced beer drinker
\m/
Dobbie's Suckless
Offline
Good to know!
I don't think you can change your dpi just for conky; anyway, our difference is tiny, with just a bit of tinkering you can get it as you want to.
EDIT: Obligatory screenshot as well
Last edited by TeoBigusGeekus (2019-10-05 23:14:04)
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!
Online
Other than not being able to get gmail to work (I'm not fully understanding the mails_number) it's looking pretty good.
Last edited by Dobbie03 (2019-10-05 23:44:08)
One of the ArchLabs dudes
Obssesive Metalhead and practiced beer drinker
\m/
Dobbie's Suckless
Offline
Brilliant!
The values that are not present yet will come up after a couple of conky updates (long story); as for the mail_number, it's a file produced by the gmail script, conky just reads it's first line.
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!
Online
Brilliant!
The values that are not present yet will come up after a couple of conky updates (long story); as for the mail_number, it's a file produced by the gmail script, conky just reads it's first line.
Alrighty then, lets see how we go. Thanks for the epic conky!
One of the ArchLabs dudes
Obssesive Metalhead and practiced beer drinker
\m/
Dobbie's Suckless
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!
Online
I basically made a theming framework at this point but the cached versions of the theme/icons are in the repo as well.
https://github.com/willscreel/dARK-Arc
I took this screenshot to get a better idea of what most of the gtk3 elements look like. The icons can be all blueish gray if you move the 48x48/pool-old folder in place of the pool folder. I've got it setup like this though to differentiate from folders and files. The icon theme colors are also fully customizable by using sixsixfive's changecolor.sh script which is in the icon theme root.
The gtk+ colors are very easily changed by editing the values at the top of build.sh
You can build the gtk+ themes yourself by doing a recursive clone.
git clone --recursive https://github.com/willscreel/dARK-Arc.git
cd dARK-Arc/arc-theme
../build.sh
this will build the theme in ~/.local/share/themes/
of course you need the build-deps installed
* gtk2-engines-murrine (optional) - for gtk2 themes
* autoconf (make)
* automake (make)
* libgtk-3-dev (make)
* inkscape (make)
* optipng (make)
* parallel (make)
* sassc (make)
The worst day of fishing is better than the best day at work.
Offline
Offline
No kidding! I'll need a day off to check this out (Friday), looking forward to it!
Offline
@brontosaurusrex
I finally got rid of all the internal borders in Thunar. There was only 2 left that I found and squashed this morning. One above the sidebar and one below the top bar. Well they’re gone now.
The worst day of fishing is better than the best day at work.
Offline
TeoBigusGeekus , can you help me .
If you're trying to run the weather.com script, it unfortunately runs only with the latest imagemagick package.
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!
Online
ok i will install ImageMagick-7.0.8 thank you i will let you know.
Offline
I made an icon build system as that works the same way. It's based on the other standard "Papirus" but a lot more current than oomox. There aren't any dependencies except for sed which I'm sure everyone already has installed.
You just edit build.sh to customize the colors like on the gtk+ theme.
git clone --recursive https://github.com/willscreel/dARK-Papirus.git
cd papirus-icon-theme
../build.sh
https://github.com/willscreel/dARK-Papirus
I removed the old dARK-icons and split everything into separate repos that the README will explain. If you want the old icons you can get them at sixsixfive's repo on gitlab and use the included color changing script.
Last edited by cog (2019-10-09 02:38:27)
The worst day of fishing is better than the best day at work.
Offline