aboutsummaryrefslogtreecommitdiff
path: root/XMonad/baraction
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/baraction')
-rwxr-xr-xXMonad/baraction4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/baraction b/XMonad/baraction
index ed3013a1..21f7afa6 100755
--- a/XMonad/baraction
+++ b/XMonad/baraction
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/zsh
DATETIME=`date +"%d %b(%A) %H:%M"`
@@ -32,7 +32,7 @@ get_mem_usage() {
get_mute_status() {
vol=$(pamixer --get-volume-human)
- if [ $vol == "muted" ]
+ if [ $vol = "muted" ]
then
echo "%{B#F15BB5}%{F#232627} muted"
fi