dotfiles/.config/waybar/scripts/user.sh
2025-12-18 12:09:34 -03:00

6 lines
130 B
Bash

#!/bin/bash
system="$(uptime | awk '{print $3}' | tr -d \,)"
user=$(whoami)
echo "<big></big> ${user^}<big></big>$system"