diff options
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/statusbar/mailbox | 3 | ||||
| -rwxr-xr-x | .scripts/tools/setbg | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.scripts/statusbar/mailbox b/.scripts/statusbar/mailbox index bb72c5d..0c5ccbe 100755 --- a/.scripts/statusbar/mailbox +++ b/.scripts/statusbar/mailbox @@ -14,5 +14,4 @@ case $BLOCK_BUTTON in - Middle click syncs mail" ;; esac -echo "$(du -a ~/.mail/*/INBOX/new/* 2>/dev/null | sed -n '$=')$(cat ~/.config/mutt/.dl 2>/dev/null)" - +echo "$(du -a ~/.mail/*/INBOX/new/* 2>/dev/null | sed -n '$=')$(cat /tmp/imapsyncicon 2>/dev/null)" diff --git a/.scripts/tools/setbg b/.scripts/tools/setbg index c9e4a94..950ae7c 100755 --- a/.scripts/tools/setbg +++ b/.scripts/tools/setbg @@ -1,4 +1,4 @@ #!/bin/sh # Sets the background. If given an argument, will set file as background. [ ! -z "$1" ] && cp "$1" ~/.config/wall.png && notify-send -i "$HOME/.config/wall.png" "Wallpaper changed." -xwallpaper --maximize ~/.config/wall.png +xwallpaper --zoom ~/.config/wall.png |
