This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.local/bin/statusbar/sb-mpdup
David JULIEN 12115bb982 feat: logos-specific setup
- weird bug with sb-mdpup
- doas
- X11 config
- paru (doas) config
- specific packages list
- sxhkd keybindings
2021-07-12 18:07:39 +02:00

16 lines
461 B
Bash
Executable File

#!/usr/bin/env sh
######################################################################
# @author : swytch (adapted from Luke Smith - lukesmith.xyz)
# @file : sb-mpdup
# @license : GPLv3
# @created : Saturday Feb 13, 2021 18:04:04 CET
#
# @description : update music block for dwmblocks
######################################################################
while : ; do
mpc idle >/dev/null && kill -39 $(pidof dwmblocks) || break
done