diff options
Diffstat (limited to 'config/hypr/scripts/UptimeNixOS.sh')
| -rwxr-xr-x | config/hypr/scripts/UptimeNixOS.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/hypr/scripts/UptimeNixOS.sh b/config/hypr/scripts/UptimeNixOS.sh index 654ae2c8..5c3085b1 100755 --- a/config/hypr/scripts/UptimeNixOS.sh +++ b/config/hypr/scripts/UptimeNixOS.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash +# ================================================== +# KoolDots (2026) +# Project URL: https://github.com/LinuxBeginnings +# License: GNU GPLv3 +# SPDX-License-Identifier: GPL-3.0-or-later +# ================================================== # Script parses /proc/uptime to get the system uptime # and prints it in a human-readable format # This is a workaround for system where `uptime` command is taken from coreutils |
