Forum › Forums › General › Screenshots › antiX screenshots – General
Tagged: 17N1983, ansiweather, Conky, fuck-capitalism, paratodostodo, weather
- This topic has 558 replies, 98 voices, and was last updated Nov 18-3:14 pm by Brian Masinick.
- AuthorPosts
- November 17, 2023 at 5:51 pm #123817Moderator
Brian Masinick
::Running from my USB stick, customized after installing antiX 23.
Attachments:
--
Brian MasinickNovember 17, 2023 at 5:54 pm #123819ModeratorBrian Masinick
::Updated the time to actual time. Here’s another USB Flash Drive screenshot from antiX 23:
Attachments:
--
Brian MasinickNovember 18, 2023 at 1:23 pm #123868Memberfungalnet
::is just a shell script you can save at /usr/local/bin/ then chmod +x ansiweather
examples:
ansiweather -l Gaza,Israel -s false -a false | cut -c 12-
ansiweather -l Belfast,Ireland -s false -a false | cut -c 12-28
ansiweather -l Liberal,Kansas -s false -a false | cut -c 12-25
What I do is I have a script with a sleep function that checks it every 15′ and outputs a formatted output into a /tmp/wx file then have conky “cat /tmp/wx” on some similar frequency
- This reply was modified 1 week, 6 days ago by fungalnet.
anti-X - joborun - sabotage - obarun - systemd Free Space
November 18, 2023 at 3:14 pm #123875ModeratorBrian Masinick
::I wrote a script called we for Greenville, SC and another one called Pecos-we for Pecos, Texas; here’s the Greenville version:
cat we date +"%r";ansiweather -l Greenville -u imperial -d true -a false –s true | tr '-' '\n' && ansiweather -l Greenville -u imperial -d true -a false -s true -F | tr '-' '\n' | tr '>' '\n'
we 10:15:14 AM Weather in Greenville: 68 °F UVI: 2.53 Wind: 9.22 mph NNW Humidity: 73% Pressure: 29.77 inHg Sunrise: Nov 18 06:48:03 AM Sunset: Nov 18 05:01:25 PM Greenville forecast: Sat Nov 18: 71/50 °F ☀ Sun Nov 19: 61/41 °F ☀ Mon Nov 20: 62/43 °F ☁ Tue Nov 21: 65/49 °F ☔ Wed Nov 22: 72/64 °F ☔
These do NOT have a GUI based output, but they CAN be put into a Yad script for those who do like a graphical output.
- This reply was modified 1 week, 6 days ago by Brian Masinick.
- This reply was modified 1 week, 6 days ago by Brian Masinick.
--
Brian Masinick - AuthorPosts
- You must be logged in to reply to this topic.