add arch os in fastfetch

This commit is contained in:
Puechberty Arthur
2026-06-17 22:44:03 +02:00
parent 5e764f3a26
commit 00d2f21837
+1 -1
View File
@@ -66,7 +66,7 @@
"type": "command", "type": "command",
"key": "\ue900 OS", "key": "\ue900 OS",
"keyColor": "blue", "keyColor": "blue",
"text": "version=$(omarchy-version); echo \"Omarchy $version\"" "text": "source /etc/os-release; omarchy=$(omarchy-version); echo \"$PRETTY_NAME → Omarchy $omarchy\""
}, },
{ {
"type": "command", "type": "command",