commit 27ece9ddc49241b8e19a1f3b29dbf6ee64c4cfda
parent 8cb276eef5d6216b038400121b332762365791ff
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Sat, 27 Dec 2025 14:43:00 +0000
updates
Diffstat:
2 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/.local/bin/dwmstatus/bar-clock b/.local/bin/dwmstatus/bar-clock
@@ -1,23 +1,5 @@
#!/bin/sh
-#clock=$(date '+%I')
-#
-#case "$clock" in
-# "00") icon="🕛" ;;
-# "01") icon="🕐" ;;
-# "02") icon="🕑" ;;
-# "03") icon="🕒" ;;
-# "04") icon="🕓" ;;
-# "05") icon="🕔" ;;
-# "06") icon="🕕" ;;
-# "07") icon="🕖" ;;
-# "08") icon="🕗" ;;
-# "09") icon="🕘" ;;
-# "10") icon="🕙" ;;
-# "11") icon="🕚" ;;
-# "12") icon="🕛" ;;
-#esac
-
date +"%R:%S "
case $BLOCK_BUTTON in
diff --git a/.local/bin/dwmstatus/bar-mem b/.local/bin/dwmstatus/bar-mem
@@ -1,6 +1,5 @@
#!/bin/sh
-#mem=$(free -m | grep 'Mem:' | awk '{printf "%.1f/%.1f G", $2/1000, $3/1000}')
mem=$(free -m | grep 'Mem:' | awk '{printf "%.1f G", $3/1000}')
echo -n " :$mem"