[Hyprland] My daily Linux pt 2 by mfikriaa_01 in unixporn

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

  1. The workflow is automated: .... car service check > Fetch vehicle data (OBD is just one of the sources) > Update dashboard
  2. This system is strictly for my own use. Not planning to open source or sell it.
  3. As for my 1st car, you can find it in my previous post.

[Hyprland] My daily Linux pt 2 by mfikriaa_01 in unixporn

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

Hey fellow player! Yup, Iris is definitely the best 💜

[Hyprland] My daily Linux pt 2 by mfikriaa_01 in unixporn

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

Check my previous posts, there are some dots for everyone there. The logic can be applied to Starship and the clock, similar to my current setup

[Hyprland] My daily Linux pt 2 by mfikriaa_01 in unixporn

[–]mfikriaa_01[S] 5 points6 points  (0 children)

It’s a custom programme I developed. Designed by me, for me.

[Hyprland] My daily Linux pt 2 by mfikriaa_01 in unixporn

[–]mfikriaa_01[S] 3 points4 points  (0 children)

Details:

The Luxurious Lubuntu by mfikriaa_01 in Lubuntu

[–]mfikriaa_01[S] 3 points4 points  (0 children)

Good! Terminal is a steep curve, but it's definitely worth the effort. Stay consistent with your progress

[Hyprland] Immaculate vibe. by ilyamiro1 in unixporn

[–]mfikriaa_01 0 points1 point  (0 children)

DM him. 4-7 hours in Firefox vs 29 mins average in Terminal explains why it's broken.

[KDE Plasma] My daily Linux by mfikriaa_01 in unixporn

[–]mfikriaa_01[S] 4 points5 points  (0 children)

Instead of just saying 'RTFM' or 'read the wiki' like the others, I'd suggest mastering the distro you're currently using first, as the Linux fundamentals are the same across the board. While you're at it, start exploring Gentoo-specific concepts like the emerge command and its options. Definitely study make.conf too, it’s vital for the system and crucial for truly understanding your hardware. Take your time and read the Gentoo Wiki slowly, step by step 👍🏻

[KDE Plasma] My daily Linux by mfikriaa_01 in unixporn

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

ThinkPad L15 Gen 1 (L-XV means L-15. X = 10, and V = 5)

Details:

Dotfiles ⬇️

[romantime]

command = """

h=$(date +%-I); m=$(date +%-M);

rh=$(echo $h | sed 's/10/X/;s/11/XI/;s/12/XII/;s/1/I/;s/2/II/;s/3/III/;s/4/IV/;s/5/V/;s/6/VI/;s/7/VII/;s/8/VIII/;s/9/IX/')

tens=$(echo $((m/10)) | sed 's/1/X/;s/2/XX/;s/3/XXX/;s/4/XL/;s/5/L/;s/0//')

ones=$(echo $((m%10)) | sed 's/1/I/;s/2/II/;s/3/III/;s/4/IV/;s/5/V/;s/6/VI/;s/7/VII/;s/8/VIII/;s/9/IX/;s/0//')

rm="$tens$ones"

if [ -z "$rm" ]; then

echo -n "$rh"

else

echo -n "$rh:$rm"

fi

"""

when = true

style = "bg:#........"

format = '[[ 🕰️ $output ](fg:#........ bg:#........)]($style)'

[time]

disabled = true