B:BD[
3.85194] → [
3.85194:85385]
B:BD[
3.85385] → [
4.414:466]
∅:D[
4.466] → [
3.85444:85728]
B:BD[
3.85444] → [
3.85444:85728]
B:BD[
3.85728] → [
4.467:519]
∅:D[
4.519] → [
3.85787:86011]
B:BD[
3.85787] → [
3.85787:86011]
B:BD[
3.86011] → [
4.520:572]
∅:D[
4.572] → [
3.86070:86537]
B:BD[
3.86070] → [
3.86070:86537]
B:BD[
3.86537] → [
4.573:625]
∅:D[
4.625] → [
3.86596:86745]
B:BD[
3.86596] → [
3.86596:86745]
label = [
{
monitor = yuzuMonitor;
text = ''cmd[update:18000000] echo "<b> "$(date +'%A, %-d %B %Y')" </b>"'';
font_size = 24;
font_family = theme.font.mono.family;
position = "0, -150";
halign = "center";
valign = "top";
}
{
monitor = yuzuMonitor;
text = ''cmd[update:1000] echo "<b><big> $(date +"%H:%M:%S") </big></b>"'';
font_size = 64;
font_family = theme.font.mono.family;
position = "0, 0";
halign = "center";
valign = "center";
}
{
monitor = yuzuMonitor;
text = "$USER";
font_size = 16;
font_family = theme.font.mono.family;
position = "0, 100";
halign = "center";
valign = "bottom";
}
{
monitor = yuzuMonitor;
text = ''cmd[update:1000] echo "<b> Uptime: $(cat /proc/uptime | awk '{printf "%.0f", $1}' | awk '{days=int($1/86400); hours=int(($1%86400)/3600); minutes=int(($1%3600)/60); seconds=$1%60; printf "%dd %dh %dm %ds", days, hours, minutes, seconds}') </b>"'';
font_size = 12;
font_family = theme.font.mono.family;
position = "0, -200";
halign = "center";
valign = "center";
}
];
};
};
label {
monitor = ${yuzuMonitor}
text = cmd[update:1000] echo "<b><big> $(date +'%H:%M:%S') </big></b>"
font_size = 64
font_family = ${fontFamily}
position = 0, 0
halign = center
valign = center
}
label {
monitor = ${yuzuMonitor}
text = $USER
font_size = 16
font_family = ${fontFamily}
position = 0, 100
halign = center
valign = bottom
}
label {
monitor = ${yuzuMonitor}
text = cmd[update:1000] echo ${uptime}
font_size = 12
font_family = ${fontFamily}
position = 0, -200
halign = center
valign = center
}
'';