From 36871590e6ecec7e11362161b8d5335f94a5ae7f Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Mon, 27 May 2024 23:33:41 -0400 Subject: [PATCH] fix(motd): be less boring than bazzite --- system_files/shared/usr/share/ublue-os/ublue-os.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_files/shared/usr/share/ublue-os/ublue-os.jsonc b/system_files/shared/usr/share/ublue-os/ublue-os.jsonc index d63180f567b..8d8fb38de68 100644 --- a/system_files/shared/usr/share/ublue-os/ublue-os.jsonc +++ b/system_files/shared/usr/share/ublue-os/ublue-os.jsonc @@ -38,7 +38,7 @@ { "type": "command", "key": " 󰔠", - "text": "date -d$(ls -alct / --time-style=full-iso|tail -1|awk '{print $6}') +'Installed %b %d %G'", + "text": "date -d$(ls -alct / --time-style=full-iso|tail -1|awk '{print $6}') +'Forged on %b %d %G'", "shell": "/bin/bash" }, "break",