From 0111989bbe10b02a4d9247251bd6a53d1068d666 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 21 Feb 2021 22:03:46 +0530 Subject: redesigned the bars and now one is at the top whereas one at the bottom --- XMonad/baraction | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'XMonad/baraction') diff --git a/XMonad/baraction b/XMonad/baraction index 72422d83..9cdbbbb2 100755 --- a/XMonad/baraction +++ b/XMonad/baraction @@ -1,8 +1,14 @@ #!/bin/zsh +COLOR1="#130F23" +COLOR2="#8D5BD0" +A1="%{B"$COLOR2"}%{F"$COLOR1"}%{B"$COLOR1"}%{F-}" +A2="%{B"$COLOR1"}%{F"$COLOR2"}%{B"$COLOR2"}%{F-}" + clock() { datetime=$(date +"%d %b(%A) %H:%M") - echo "%{B#6c71c4}%{F#f0f0f0} $datetime %{B-}%{F-}" + # echo "%{B#6c71c4}%{F#f0f0f0} $datetime %{B-}%{F-}" + echo $datetime } cpu_load() { @@ -12,40 +18,32 @@ cpu_load() { read cpu a b c idle rest < /proc/stat total=$((a+b+c+idle)) cpu=$((100*( (total-prevtotal) - (idle-previdle) ) / (total-prevtotal) )) - echo -e "%{B#ff0077}%{F#FCFCFC} CPU: $cpu% %{B-}%{F-}" + echo CPU:$cpu% } cpu_temp() { CEL=$'\xc2\xb0C' temp=$( cat /sys/devices/virtual/thermal/thermal_zone0/temp ) temp=`expr $temp / 1000` - echo "%{B#135ef0}%{F#FCFCFC} TEMP: "$temp$CEL" %{B-}%{F-}" + echo TEMP:$temp$CEL } mem_usage() { mem=$(free -m | grep Mem: | awk '{print$3 / $2 * 100}') - echo "%{B#14eea0}%{F#232627}" - printf " MEM: %.0f%% " $mem - echo "%{B-}%{F-}" -} - -weather() { - echo "wttr.in" - # echo $(