From 8a2e1006b3b272126332aa064f3ad95387129544 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Thu, 13 Feb 2025 14:13:49 +0530 Subject: new dot files --- .local/bin/dwm_bar | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100755 .local/bin/dwm_bar (limited to '.local/bin/dwm_bar') diff --git a/.local/bin/dwm_bar b/.local/bin/dwm_bar new file mode 100755 index 0000000..42013fd --- /dev/null +++ b/.local/bin/dwm_bar @@ -0,0 +1,67 @@ +#!/bin/env sh + +# INIT +printf "$$" > ~/.cache/pidofbar +sec=0 + +update_memory () { + memory="$(free -h | sed -n "2s/\([^ ]* *\)\{2\}\([^ ]*\).*/\2/p")" +} + +update_time () { + time="$(date "+[  %a %d %b ] [  %I:%M %P ]")" +} + +update_bat () { + # you might need to change the path depending on your device + read -r bat_status