From a5ca7ae5866c4563c0f7dc4c2ef7f431382922a6 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 1 Jun 2023 22:27:27 -0400 Subject: [PATCH] Added clock --- homeConfig/dotfiles/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfig/dotfiles/sway/config b/homeConfig/dotfiles/sway/config index a6eca41..98f271c 100644 --- a/homeConfig/dotfiles/sway/config +++ b/homeConfig/dotfiles/sway/config @@ -221,7 +221,7 @@ bindsym $mod+r mode "resize" bar { position top - status_command while :; do echo "$(date +'%I:%M:%S %p') | $(date +'%m-%d-%Y')"; sleep 1; done + status_command while :; do echo "$(free -h | awk '/^Mem/ {print $3}') '|' $(date +'%I:%M:%S %p') '|' $(date +'%m-%d-%Y')"; sleep 1; done font Noto Sans 10 colors { background #0A0E14