Add timer to scripts. Updated dwmbar

This commit is contained in:
Linux User
2022-08-19 10:02:28 +00:00
parent 2547920d81
commit 4d34fcf3af
11 changed files with 45 additions and 27 deletions

8
.local/scripts/0020_1_ram Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
COLOR1="#C700FF"
COLOR2="#590073"
mem="$(free -h | awk '/Mem:/ {print $3 "/" $2}')"
echo "^b$COLOR1^^c$COLOR2^  ^c$COLOR1^^b$COLOR2^ $mem ^d^"