MX-17 Screenshots

Show us how you are setting up MX
Message
Author
User avatar
KoO
Posts: 491
Joined: Fri Feb 10, 2017 1:21 am

Re: MX-17 Screenshots

#141 Post by KoO »

@asqwerth
Here you go mate.

Image

Dropbox Conkyrc
https://www.dropbox.com/s/o7geyyr32vp0o2h/.conkyrc?dl=0
Dropbox Weather
https://www.dropbox.com/s/y9gdr50m654zy ... ar.gz?dl=0

Sorry i forgot the weather folder the instructions are in the folder on how to setup your location.
You need to change to your location in the weather-raw file.
This file has a list of locations =accuweather_location_codes_for_weatherparser_by_lipka.txt
You may need to find your location on Accuweather Just can't remember had this conky for a long time.
The font is in the folder as well.
Last edited by KoO on Fri Apr 20, 2018 8:55 am, edited 4 times in total.
Main : MX 19.1-AHS (i3) 5.4.13-1~mx19+1, Asus B450-i AMD 5 3600 , 32gb Hyper-X 3200 , GTX970 . :linuxlove:
Lenovo T430 : Debian10 antiX17 (i3) , 4.20.12 , i5 , 12gb .
Lenovo X220 : Test Machine (ATM)

User avatar
Jerry3904
Administrator
Posts: 21932
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-17 Screenshots

#142 Post by Jerry3904 »

Pretty neat!

How did you set up the weather?
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
asqwerth
Developer
Posts: 7226
Joined: Sun May 27, 2007 5:37 am

Re: MX-17 Screenshots

#143 Post by asqwerth »

You need an accuweather script, I think.

The location code will need to be input manually.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
Jerry3904
Administrator
Posts: 21932
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-17 Screenshots

#144 Post by Jerry3904 »

Yeah, I know how it's supposed to be done, thanks. Just wondered how this user did it.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox and Windows 10
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
asqwerth
Developer
Posts: 7226
Joined: Sun May 27, 2007 5:37 am

Re: MX-17 Screenshots

#145 Post by asqwerth »

Thanks for adding the weather script and fonts, @KoO!
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

male

Re: MX-17 Screenshots

#146 Post by male »

the 1d_accuweather-script has been updated by Teo and is now called

1_rss ;)

User avatar
KoO
Posts: 491
Joined: Fri Feb 10, 2017 1:21 am

Re: MX-17 Screenshots

#147 Post by KoO »

@male
Thanks Bud (The gods of Conky TeoBigusGeekus & Sector11)

https://forums.bunsenlabs.org/viewtopic.php?id=189 For Conky weather lovers

[I could not get the new version to show on the screen so I changed the screen code lines to this..]and got rid of the extra date lines too..

${alignc}${font Open Sans:Bold:size=10}${color}/// ~~~ ${color #0066CC} WEATHER ${color} ~~~ \\\${font}

${alignc}${execi 600 bash $HOME/1_accuweather_RSS/1_RSS}
${alignc}${font conkyweather:size=30}${color #F0FF00}${execpi 600 sed -n '2p' $HOME/1_accuweather_RSS/weather}${color}${font}
${alignc}${execpi 600 sed -n '1p' $HOME/1_accuweather_RSS/weather|cut -d ' ' -f-6}
${alignc}${execpi 600 sed -n '1p' $HOME/1_accuweather_RSS/weather|cut -d ' ' -f7-|fold -s }

${alignc}${font conkyweather:size=30}${color #F0FF00}${execpi 600 sed -n '5p' $HOME/1_accuweather_RSS/weather}${color}${font}
${alignc}${execi 3600 echo `date --date "0 day" | awk '{print $1" "$3" "$2" "$6}'`}${color}
${alignc}${execpi 600 sed -n '4p' $HOME/1_accuweather_RSS/weather|cut -d ' ' -f-6}
${alignc}${execpi 600 sed -n '4p' $HOME/1_accuweather_RSS/weather|cut -d ' ' -f7-|fold -s }

${alignc}${font conkyweather:size=30}${color #F0FF00}${execpi 600 sed -n '8p' $HOME/1_accuweather_RSS/weather}${color}${font}
${alignc}${execi 3600 echo `date --date "1 day" | awk '{print $1" "$3" "$2" "$6}'`}${color}
${alignc}${execpi 600 sed -n '7p' $HOME/1_accuweather_RSS/weather|cut -d ' ' -f-6}
${alignc}${execpi 600 sed -n '7p' $HOME/1_accuweather_RSS/weather|cut -d ' ' -f7-|fold -s }
Main : MX 19.1-AHS (i3) 5.4.13-1~mx19+1, Asus B450-i AMD 5 3600 , 32gb Hyper-X 3200 , GTX970 . :linuxlove:
Lenovo T430 : Debian10 antiX17 (i3) , 4.20.12 , i5 , 12gb .
Lenovo X220 : Test Machine (ATM)

male

Re: MX-17 Screenshots

#148 Post by male »

@KoO :happy:

Yes, Teo writes the code in the syntax of Conky1.10
Therefore, the part above TEXT must be changed.
rss_fed.jpg
You do not have the required permissions to view the files attached to this post.

User avatar
KoO
Posts: 491
Joined: Fri Feb 10, 2017 1:21 am

Re: MX-17 Screenshots

#149 Post by KoO »

@male
Thanks Mate I always convert my conkys to v1.10>
How do you add more days ? I can't get the code to work..for this
Main : MX 19.1-AHS (i3) 5.4.13-1~mx19+1, Asus B450-i AMD 5 3600 , 32gb Hyper-X 3200 , GTX970 . :linuxlove:
Lenovo T430 : Debian10 antiX17 (i3) , 4.20.12 , i5 , 12gb .
Lenovo X220 : Test Machine (ATM)

User avatar
KoO
Posts: 491
Joined: Fri Feb 10, 2017 1:21 am

Re: MX-17 Screenshots

#150 Post by KoO »

@male
Thanks Mate I always convert my conkys to v1.10>
How do you add more days ? I can't get the code to work..for this
Main : MX 19.1-AHS (i3) 5.4.13-1~mx19+1, Asus B450-i AMD 5 3600 , 32gb Hyper-X 3200 , GTX970 . :linuxlove:
Lenovo T430 : Debian10 antiX17 (i3) , 4.20.12 , i5 , 12gb .
Lenovo X220 : Test Machine (ATM)

Post Reply

Return to “Themes and Screenshots”