index
:
dotfiles
main
dotfiles for almost everything I use
yigit sever
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.config
/
polybar
/
notification_pause.sh
blob: 9bf6724b48076f0d616fb61d6b08f7812ca466ac (
plain
)
1
2
3
4
5
6
7
#!/usr/bin/env bash
if
!
$(
dunstctl
is-paused
)
;
then
echo
else
printf
""
fi