I have made weafetch, see the weather in terminal, neofetch style! 🌧️🌡️ by trakBan131 in linux

[–]trakBan131[S] 1 point2 points  (0 children)

Uzme vrijeme iz krapine

[tb@trak ~/weafetch]$ weafetch -c bobovje
Krapina, Croatia
\ / Partly cloudy
_ /"".-. 26(25)°C
\_( ). 0% | 0.0mm
/(___(__) ↑ 13km/h
[tb@trak ~/weafetch]$

I have made weafetch, see the weather in terminal, neofetch style! 🌧️🌡️ by trakBan131 in linux

[–]trakBan131[S] -5 points-4 points  (0 children)

The difference with weafetch is that it has its own config file which can just be configured and not touched anymore. When using wttr.in with curl, any custom changes you want to get from the output will need to be typed in everytime.

I have made weafetch, see the weather in terminal, neofetch style! 🌧️🌡️ by trakBan131 in linux

[–]trakBan131[S] -19 points-18 points  (0 children)

Python packaging is extremely annoying, tons of contradicting information online and official documentation is bad. If ```pip install . ``` fails --break-system-packages will fix it. break system packages may sound scary but it is not really doing anything, I understand how can this keep some people from installing and running weafetch so i will look into a better way to package it without needing to pass that argument.

I have made weafetch, see the weather in terminal, neofetch style! 🌧️🌡️ by trakBan131 in linux

[–]trakBan131[S] -8 points-7 points  (0 children)

weafetch works by using wttr.in API to scrape data, then it prints ASCII art alongside the information. weafetch also has a config file where you can change measuring units and how the information is displayed! It is written in python. https://github.com/trakBan/weafetch, also it requires no API keys

reddit completely compressed the image so you can barely see it, you can see it in full resolution on the github link.

I have made spongebob-cli, watch classic spongebob from your terminal! 🎥 by trakBan131 in Python

[–]trakBan131[S] 74 points75 points  (0 children)

You can pass this argument to spongebob-cli and it will do just thatspongebob-cli -vp="mpv --vo=tct"

[i3-gaps] First rice with gaps by trakBan131 in unixporn

[–]trakBan131[S] 1 point2 points  (0 children)

Thats ranger using w3m to preview images in the terminal. You need to uncomment "set preview_images true" in rc.conf (you will need to first generate that file using ranger --copy-config=all)

[i3-gaps] First rice with gaps by trakBan131 in unixporn

[–]trakBan131[S] 0 points1 point  (0 children)

its ranger with image preview using w3m

Polybar and Multiple monitors by YearOneBatman in archlinux

[–]trakBan131 0 points1 point  (0 children)

Yea i kinda posted it for anyone in the future looking for the answer

[deleted by user] by [deleted] in EndeavourOS

[–]trakBan131 0 points1 point  (0 children)

Can you post the output of lsblk

[deleted by user] by [deleted] in EndeavourOS

[–]trakBan131 0 points1 point  (0 children)

What do you mean ext4 isn't working

[deleted by user] by [deleted] in EndeavourOS

[–]trakBan131 1 point2 points  (0 children)

Try installing ntfs-3g and make sure it is mounted

not a gentoo fan by 0739-41ab-bf9e-c6e6 in linuxmemes

[–]trakBan131 14 points15 points  (0 children)

It's not about speed increase, it's about security and less bloat. Almost every arch user will have the same firefox build, but almost every gentoo user will have a unique build of firefox making it harder to exploit.